🔤 CSV Escape / Unescape
Escapes or unescapes a CSV string removing traces of offending characters that could prevent parsing.
CSV Escape Rules
Rule 1:
If a value contains a comma, a newline character or a double quote, then the string must be enclosed in double quotes.
Example: "Newline char in this field \n"
Rule 2:
A double quote must be escaped with another double quote.
Example: "The double quote character "" is offensive."
Copy-paste the CSV to escape or unescape here
Result