Hi @John_on_API , Its not limited to GSheets. We first ran across it when one of my team members ran the Postman collection and then tried to convert the JSON data to csv via an online conversion site. The resulting csv was all messed up. Initially we thought it was him since he has had issues with Postman in the past but several others ran it as well and we were getting similar results, even when using different conversion techniques. After messing with the data for awhile I was able to trace it back to 'base url' v1 of the newer API versions including the "notes" field now (think the last time we ran this report, we were using API v1.3.4) and when data in that field included the \n because there were multiple lines of data for the notes. So long story short, we found that if we wanted to get the JSON data to convert correctly to CSV, we had to change the 'base url' version to v0 so it would exclude the "notes" field.
... View more