Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 call

Sample Request Json :

{

"id":"url1",
"filter":{
"name":["Daxil","Tanmay"],
"id": ["1", "6"]
},
"combination": false
}

Pre-requisite:

1. Maven