Hi! Looking to see if there is a setting I’m missing. I’m exporting a view as a CSV so the data can be uploaded to another system.
The issue is that Appsheet is putting quotation marks around all of the values:
![]()
The receiving system can’t deal with this, and needs to have the values in the format below (without quotes).
![]()
If I upload the CSV from Appsheet into Google Sheets then download it as CSV, Google Sheets creates the CSV without quotations marks just like this. So, I can have the data go to a GSheet then have the user download it or clean up the quotations or I can use Google Apps script to create the CSV, but I was looking to see if Appsheet can create the CSV export without the quotation marks?