โText Splitter
Loading...
Easily split CSV data, log files, lists, and any other text by your choice of delimiter. Filter and sort the split items, remove duplicates, convert to a JSON array, or rejoin with a different delimiter. All processing runs in your browser โ no data is sent to a server.
How to Use
- 1Enter text
Paste or type the text you want to split. Use the example buttons to quickly load sample data.
- 2Choose delimiter
Select from newline, comma, semicolon, space, tab, or pipe โ or enter a custom delimiter.
- 3Configure options
Toggle trim whitespace, remove empty items, and deduplicate as needed.
- 4Use the results
Browse the split item list, search to filter, and sort. Copy as a joined string or as a JSON array.
Tips
- ๐กSplit a CSV row by comma to quickly inspect individual column values.
- ๐กUse deduplicate to get a unique values list in one click.
- ๐กCopy the JSON array output and paste it directly into your code.
- ๐กUse the filter search to find items containing a specific keyword.