Hi all, I am importing JSON into Airtable and parsing it into fields using REG_EXTRACT.
Some of the JSON data are blocks of text that have "\n" (without the quotes) in place of carriage returns. Airtable treats the \n as text rather than carriage returns in the output of the REG_EXTRACT function.
How can I replace the \n text characters with actual carriage returns?