Quoted multiline field
name,notes Ada,"First line Second line"
Produces one record whose notes value contains the embedded newline.
Treat the first record as field names, keep every cell as text, and inspect malformed or uneven rows before exporting JSON.
Exact supported inputs, outputs, limits, and primary sources for the current implementation.
Capability claims last reviewed September 9, 2026. Review dates describe the implementation audit, not content freshness by itself.
This focused CSV-to-JSON workflow uses a stateful parser instead of splitting on commas and newlines. Open a local file or paste data, see the detected delimiter and BOM notice, review the first rows, and export a JSON array while preserving cells as strings so identifiers, leading zeros, and dates are not silently retyped.
Tooleras keeps this page specific to the job above instead of claiming support for adjacent formats, platforms, or edge cases it cannot verify. Open the capability guide for the exact inputs, outputs, limits, and sources.
name,notes Ada,"First line Second line"
Produces one record whose notes value contains the embedded newline.