List Converter

Format, transform, and clean any text list. Convert between commas, newlines, tabs, SQL, or custom delimiters. Prepend prefixes, change case, sort, and remove duplicates locally and securely.

Formatted List

Reformat and Clean Lists Offline

Convert, sort, deduplicate, and transform lists instantly in your browser. This tool handles text columns, SQL arrays, JSON, XML, custom separators, prefixing/suffixing, and text casing in a single pass. Everything runs locally; your data never leaves your device.


Features & Capabilities


Frequently Asked Questions

Where is my list data sent?

Your data never leaves your computer. The splitting, cleaning, and formatting logic runs entirely inside your browser using WebAssembly. There are no backend database calls, analytical trackers, or server-side logging.

How does the SQL IN layout handle quotes?

The SQL output format wraps each list item in single quotes ('item') and automatically escapes any internal single quotes as double single-quotes (''), which is standard SQL syntax. It then wraps the final list in parentheses (...).

What does the 'Auto' input separator do?

'Auto' scans the input list and splits by the first matching priority separator: first looking for newlines, then commas, then semicolons, pipes, and tabs. If none are found, it falls back to parsing as a single-item list.

How does the Deduplicate feature work?

Deduplication is case-sensitive and preserves the first occurrence of each unique item in the list, removing any subsequent duplicates without altering the remaining order of your list.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool list-converter "apple, banana, cherry"

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/list-converter/?input=apple%2C%20banana%2C%20cherry&input_separator=auto&custom_input_separator=%20%7C%20&output_format=newline&custom_output_separator=%3B%20&sort_mode=none&dedupe=true&case_transform=none&prefix=img_&suffix=.png

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.