List Converter

Convert lists between different delimiters such as commas, semicolons or line breaks. Quickly split a comma-separated list into lines, join lines into a single list or shuffle list items locally in your browser.

Current input size: 0 characters, 0 lines. Maximum input size: 200000 characters and 100000 lines.

Mode

Split mode using Comma (,).

Split, join or shuffle lists locally in your browser with common delimiters or a custom separator.

How it works

This tool splits or joins lists using common delimiters such as commas, semicolons or pipes. It can also randomize the order of list items and select a random subset when you need a quick sample.

All processing happens locally in your browser.

Examples

Example 1

Input:
apple, banana, cherry

Output:
apple
banana
cherry

Example 2

Input:
apple
banana
cherry

Output:
apple, banana, cherry

Example 3

Input:
apple
banana
cherry
mango

Output:
mango
apple
banana
cherry

FAQ

Can I split a comma-separated list into lines?

Yes. Choose Split list, keep Comma selected and convert the input.

Can I join line-based items with custom separators?

Yes. Switch to Join list, choose Custom delimiter and enter the exact separator you want.

Can I shuffle a list or pick a random sample?

Yes. Switch to Shuffle list to randomize item order or enter a sample size to return only part of the list.

Does this tool upload my text?

No. Everything stays in your browser.

Related tools