CSV → JSON
Convert comma-separated values to JSON array
Basic Example
Input
Output
XLGen v0.1.0
Real conversion snippets for each public XLGen tool. Use these to validate formatting quickly before running larger datasets.
Convert comma-separated values to JSON array
Input
Output
Transform JSON arrays into CSV format
Paste JSON directly or upload a .json file
Input
Output
Nested objects are flattened to a string representation
Input
Output
Convert CSV data to YAML format
Paste CSV directly or upload a .csv file
Input
Output
Tip: numeric strings remain quoted in YAML output
Parse YAML and output as JSON
Paste YAML directly or upload a .yaml / .yml file
Input
Output
YAML anchors and aliases are resolved automatically
Input
Output
Read Excel files and convert to JSON
Upload an .xlsx/.xls file to convert workbook rows into JSON records.
Input
Output
Convert JSON data to YAML format
Paste JSON directly or upload a .json file
Input
Output
Arrays of objects become YAML sequences of mappings
Input
Output
Generate SQL INSERT statements from CSV
Paste CSV directly or upload a .csv file
Input
Output
String values are automatically single-quoted and escaped
Convert CSV to Markdown table format
Paste CSV directly or upload a .csv file
Input
Output
Paste directly into GitHub, Notion, or any Markdown editor
Generate C# classes from JSON
Paste JSON then click the Convert button
Input
Output
Nested objects produce additional classes
Input
Output