I’m exporting CSV’s from Airtable and have introduced some fields which represent HTML code. This data is imported into wordpress blocks. I need to use commas in the text.
Here’s an example:
''&'<p style="text-align: center;">For a local, reliable & friendly service call our <strong>'&Locality&'</strong> hotline today</p>'
In this example the software that parses the CSV delimits the data on the , after the word “local” as you might expect (even when enclosed by quotes).
No problem, I’ll use the unicode version of “,” which is , and then the commas won’t exist in teh output but will still show correctly when output as HTML …
… but no, Airtable does an outstanding job and converts the unicode to a “,” and outputs it in the CSV as a “,” :frowning: It also does the same thing with #comma and other variants I’ve tried.
Does anybody know of a way of preventing Airtable from “helpfully” changing these codes? Any way of “escaping” them?
