Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yvonnkr/csvtojsonconvertor

Reads CSV file and converts it to JSON
https://github.com/yvonnkr/csvtojsonconvertor

Last synced: 3 days ago
JSON representation

Reads CSV file and converts it to JSON

Awesome Lists containing this project

README

        

# CSV to JSON Converter
***
Program that reads data from CSV file and converts the data to json.

### How to run the project
***

- Ensure java is installed locally
- Download or Clone project
- Open the terminal in the directory
- Execute the command: ```java -jar csv_to_json-0.0.1-SNAPSHOT.jar```

JSON document will be printed on the console
***

#### Maven (info)
```mvn clean install```