Notes
- Auto-detect picks the delimiter that yields the most consistent column counts across the first 10 rows.
- Quoted fields can contain the delimiter, newlines, and double quotes (escaped as
""). - Trailing empty lines are ignored.
FAQ
What if rows have different column counts?
The converter still produces output but missing cells become empty strings (or the property is omitted depending on header alignment). The status banner reports the row count and any inconsistency.