JSON ↔ CSV
Convert data between JSON and CSV formats.
0 characters
0 characters
About CSV
CSV (Comma-Separated Values) is a delimited text file format that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. It's a common format for data exchange between different applications, especially spreadsheets and databases.