TSV Escape/Unescape

Form of TSV Escaping/Unescaping

Enter TSV here to escape/unescape:


Move to «Paste Code» for Save it

About online TSV escape/unescape

About TSV escape/unescape

TSV Escape/ Unescape is an online tool used for escaping and unescaping certain text in the TSV. It removes traces of offending characters that could prevent parsing.

The TSV Escape / TSV Unescape it's online tool was created to help with escaping and unescaping certain text in the TSV.

What characters are replaced?

  • If a value contains a comma, a newline character or a double quote, then the string must be enclosed in double quotes. E.g: "Newline char in this field \n"
  • A double quote must be escaped with another double quote. E.g: "The double quote character "" is offensive."

How it Works?

Just paste your TSV text to the textarea above and click to the button "Escape" or "Unescape" and you will get your escaped/unescaped data.

Example of TSV Escaping

TSV before:
id    tool_name   order
1   tsv escape  1
2   tsv unescape    1
3   xml escape  2
4   xml unescape    2
After:
"id    tool_name   order
1   tsv escape  1
2   tsv unescape    1
3   xml escape  2
4   xml unescape    2"
After the conversion, you can apply the TSV to your project or use it for some other purpose.
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal