Hi,
I'm using the Windows desktop version. How do I import a quotation mark in a CSV field? I've tried using the standard double quotes (""), but it errors. I've tried the HTML way ("), and I've tried encoding it (\u0022) but none are working.
And by none working, I mean if I remove them, the data imports, just without the quotes. when I try encoding it, the encoding is brought in as-is.
Any ideas?
thanks