Is there any way to escape certain characters for ...
# general
h
Is there any way to escape certain characters for CSV exports? (e.g. putting a backslash \ before a quotation mark “?)
e
Use CHR(34) in place of quotes. Eg ‘Your string in || CHR(34) || ‘quotes’ || CHR(34)