News

SheetMapper is a lightweight and intuitive Java library designed to map rows from a CSV file directly to your Java POJO (Plain Old Java Object) classes. By using a straightforward, annotation-based ...
BasicOSMParser is a collection of Java classes allowing to parse raw OSM XML files. Then you are able to manipulate those Java objects in your program. You can also export data as CSV files. This ...
Comma-separated value (CSV) files are simplified versions of the type of spreadsheets you create with Excel and similar software. However, if you're trying to share data with people who use ...