FlatFilers / csvjson-app

Online conversion and formatting tools for JSON, CSV and SQL.

Home Page:https://www.csvjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to convert json to csvjson?

astrenofficial opened this issue · comments

Hey there, CSVJSON is a CSV-like text format where each line is a JSON array without the surrounding brackets.
For data made of numbers and 'simple' strings, CSVJSON looks just like CSV. Parsing CSVJSON is done by processing one line at a time. Wrap a line with square brackets [] and use JSON.parse() to convert to a JSON array. Let us know if you have any other questions!