List Converter

Convert between plain line lists, comma-separated values, JSON arrays, and quoted formats. Trim entries and remove empties.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Transform list data between common formats: one item per line, comma-separated, JSON array, or quoted CSV-style strings. Options trim whitespace and drop empty entries so exports paste cleanly into code, spreadsheets, or config files.

How to use

  1. Line list, CSV, JSON array, and quoted output
  2. Trim whitespace on each item
  3. Skip empty lines automatically
  4. Copy or download converted output
  5. Paste source list: Enter lines, CSV, or JSON depending on input mode.
  6. Pick output format: Select the target structure and formatting options.
  7. Convert: Click Convert and copy the result into your project.

Examples

Limitations

FAQ

Can I paste a JSON array as input?
Yes. Select the appropriate input mode to parse JSON arrays back to lines or CSV.
Are quotes added automatically?
Quoted output modes wrap each item; plain CSV mode does not add quotes unless needed.
What happens to blank lines?
Empty entries are removed when trim/skip-empty options are enabled.