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:
- Maven