Change Importer default CSV delimiter
Hi there,
I am trying to import a CSV file, however I use a lot of commas and apostrophes / inverted commas in the text.
How can I either escape these correctly or alternatively change the default text and field delimiters?
To escape, do I use HTML escape, i.e., replace with ASCII Character codes, or do I use the PHP / to escape?
I am having trouble with both methods.
Thanks