According to the upgrade documentation, "On all reports, fields that begin with the special characters - (minus) or + (plus) will be double-quoted without a leading space in the CSV, CSVFOREXCEL, and TSV download formats to avoid treating the values as formula when importing report output into spreadsheets". This results in the following (for the AdPerformanceReport, in this case. Most of the data has been removed.):
Ad ID,Ad group ID,Ad 17324204435,5864310275,""+ Arthur Ashe Stadium - Corona, NY"" The problem is that the double double quotes (in the third field) are not (as far as I have been able to determine) valid CSV delimiters. I have tried several different CSV parsing libraries and they all fail to parse this line. I even tried opening the file in Excel, and it also failed to read that field. Is this a known problem and is there a workaround? Thanks! Robert -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5519d2bd-88e1-4ffd-a07d-d60554e4c463%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
