Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 300 Bytes

File metadata and controls

10 lines (8 loc) · 300 Bytes

Go CSV

Converts JSON to CSV for specified mappings.

Steps to compile and run:
1. cd gocsv
2. ./gradlew clean jar
3. cd build/libs
4. Print the CSV: java -jar gocsv-1.0.jar CITY_NAME
5. Create CSV file: java -jar gocsv-1.0.jar CITY_NAME createfile