Text Tools
Change one custom delimiter into another for flat delimited text.
Use this tool to change the delimiter in arbitrary delimited text. It is useful when converting pipe-separated, semicolon-separated, colon-separated, or other custom flat text into a different delimiter format.
Use this tool to change the delimiter in arbitrary delimited text. It is useful when converting pipe-separated, semicolon-separated, colon-separated, or other custom flat text into a different delimiter format.
Use change arbitrary column delimiter when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
| ; name|email|role John|john@example.com|admin
Output
name;email;role John;john@example.com;admin
Useful when converting between custom flat file styles.
Input
; , name;email;role John;john@example.com;admin
Output
name,email,role John,john@example.com,admin
Good for normalizing custom-delimited text.
Fix: Use one character for the current delimiter and one for the new delimiter.
Fix: Check the input format carefully before converting.
Fix: Put the two delimiters first, then a blank line, then the data.
It rewrites flat custom-delimited text using a new single-character delimiter.
Yes. Any single character works.
Yes. It changes only the field separator and keeps the row structure.
The output will not split correctly, so check the source format first.
This tool is for arbitrary custom-delimited text, not specifically CSV parsing.