Helps to convert tabular data like CSV with file extension of .csv to JSON array. First row is used as keys for JSON objects created.
We also have excel to JSON tool if needed.
Input JSON
Output
About this CSV to JSON tool
Currently very simple implementation. Every row in CSV file will create new JSON object. Each object will have all the keys found on first row. In future we will add more row and cell manipulation options to the tool.
For example. Options to parse some essential data formats in cells to objects, instead of outputting plain strings. Like:
- latitude and longitude coordinates
- $10.000 to {‘currency’ : ‘USD’, value:’10000′}
- Strings like “0”, “1”, “true” or “false” converted to actual true/false in JSON