I'm importing csv files from Gmail attachments into an existing Google Spreadsheet.
I use the getDataAsString() to hold the entire csv contents. I've tried it varying sizes up to ~6000 characters. Is there a maximum number of characters this string can take?