How to Use
Paste your CSV data:
- Headers: First row is used as JSON keys
- Delimiter: Auto-detected or manually set
- Output: Array of objects or nested format
CSV Format Rules
- Values separated by commas (or custom delimiter)
- Fields containing commas must be quoted: "New York, NY"
- Double quotes inside quoted fields: "He said ""hello"""
- Newlines in fields must be quoted
Data Tips
Clean your CSV before converting: remove trailing commas, ensure consistent column counts, and check for encoding issues (UTF-8 recommended).
Step-by-Step Instructions
- 1Paste CSV data into the input.
- 2Check auto-detected headers and delimiter.
- 3Adjust delimiter if needed.
- 4View the formatted JSON output.
- 5Copy or use the JSON data.