Join Slack
Powered by
Is there any way to escape certain characters for ...
# general
h
HL
03/20/2020, 11:11 PM
Is there any way to escape certain characters for CSV exports? (e.g. putting a backslash \ before a quotation mark “?)
e
Eric B
03/21/2020, 12:10 AM
Use CHR(34) in place of quotes. Eg ‘Your string in || CHR(34) || ‘quotes’ || CHR(34)
3
Views
Open in Slack
Previous
Next