CSV Escape/Unescape

Form of CSV Escaping/Unescaping

Enter CSV here to escape/unescape:


Move to «Paste Code» for Save it

About online CSV escape/unescape

About CSV escape/unescape

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

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

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 CSV text to the textarea above and click to the button "Escape" or "Unescape" and you will get your escaped/unescaped data.

Example of CSV Escaping

CSV before:
id,tool_name,order
1,csv escape,1
2,csv unescape,1
3,xml escape,2
4,xml unescape,2
After:
"id,tool_name,order
1,csv escape,1
2,csv unescape,1
3,xml escape,2
4,xml unescape,2"
After the conversion, you can apply the CSV 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