Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tans105/cjc
Convert,filter,aggregate CSV to equivalent Json using Rest Based Web Service
https://github.com/tans105/cjc
csv csv-parser jax-rs jersey json json-api maven
Last synced: 9 days ago
JSON representation
Convert,filter,aggregate CSV to equivalent Json using Rest Based Web Service
- Host: GitHub
- URL: https://github.com/tans105/cjc
- Owner: tans105
- Created: 2017-06-12T11:52:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T09:01:07.000Z (over 7 years ago)
- Last Synced: 2024-11-20T11:02:35.503Z (2 months ago)
- Topics: csv, csv-parser, jax-rs, jersey, json, json-api, maven
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV to JSON Converter (cjc)
Convert,filter and aggregate the CSV and return the equivalent Json using Rest Based Web Service callSample Request Json :
{
"id":"url1",
"filter":{
"name":["Daxil","Tanmay"],
"id": ["1", "6"]
},
"combination": false
}Pre-requisite:
1. Maven