CSV Escape & Unescape

Escape or unescape CSV fields with configurable delimiters.

About the CSV Escape & Unescape

Escape a field value according to CSV rules — quote when it contains the delimiter, quotes, or line breaks, doubling embedded quotes — or unescape CSV text back to raw values. Delimiter and quote characters are configurable.

Frequently asked questions

When does a field need quoting?

Whenever it contains the delimiter, a quote character, or a line break — the tool applies exactly that rule.

Can I use semicolons or tabs?

Yes, the delimiter is configurable.

Related tools