Skip to content

try0/japanpost-zipcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utf_ken_all.zipユーティリティー

https://www.post.japanpost.jp/zipcode/download.html
https://www.post.japanpost.jp/zipcode/dl/utf-zip.html

<dependency>
  <groupId>jp.try0.zipcode</groupId>
  <artifactId>japanpost-zipcode-core</artifactId>
  <version>0.0.1</version>
</dependency>
ZipcodeCSV csv = ZipcodeCSV.getOrDownload();
Iterable<ZipcodeCSVRow> rows = csv.getRows();

utf_ken_all.zip
↓ Download
java.io.tmpdir
↓ CSV読み込み
Iterable<ZipcodeCSVRow>

ZipcodeCSVDownloader downloader = ZipcodeCSVDownloader.get();
File zipFile = downloader.download();
ZipcodeCSVParser parser = new ZipcodeCSVParser(zipFile);
Iterable<ZipcodeCSVRow> rows = parser.parse();

About

Java 郵便番号CSVユーティリティー utf_ken_all.zip

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages