Hey everyone, I was looking into moving data from ...
# troubleshooting
n
Hey everyone, I was looking into moving data from mysql to snowflake. Some of the data is stored in JSON. It seems control symbols like /r or /n get quoted while transfering instead of being interpreted. So instead of e.g. new lines I get this: (\n\t"cancelationReason":"NoResponse",\n\t"recommendSeller":false\n). Is there any setting for quoting control symbols?