Shortcuts:⌘ KSearch?HelpD MDark modeG TAll tools
0 rows · 0 columns
Frequently Asked Questions
Why are values like true, 123, or null quoted in the YAML output?
Because this converter preserves CSV cells as strings. It deliberately quotes text that would otherwise be reinterpreted by YAML as a boolean, number, or null.
Can I auto-detect the delimiter or force one manually?
Yes. Auto-detect is the default, but you can override it with comma, semicolon, tab, or pipe.
What if my CSV file has no header row?
Disable Has headers and the tool will generate fallback keys like column_1 and column_2 for each row object.
Does it trim spaces around each field?
By default, yes. You can turn Trim values off if you want to preserve leading and trailing spaces from the CSV cells.
What YAML structure does it output?
It always produces a top-level list of row objects. It does not try to infer nested YAML from dotted column names or similar patterns.