Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yvonnkr/csvtojsonconvertor
- Owner: yvonnkr
- Created: 2021-04-06T12:08:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T14:02:02.000Z (over 3 years ago)
- Last Synced: 2023-11-10T19:26:06.411Z (about 1 year ago)
- Language: Java
- Size: 8.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```