getting an odd error here and hope for some help tracking it down. SSIS is tripping up on characters being passed from the Adhoc Search Query Performance report. I'm using the .net library to download the file.
in the adwords.com interface, it looks like this: When I manually download from the interface and look at it in Excel, it looks like this (good/as expected) ... But when I download via the API, the file looks like this (messed up characters) ...Then, when I import via SSIS, it chokes on that row. Here are the relevant code snippets: Download to file using .net adwords library: definition.downloadFormat = DownloadFormat.TSV;new ReportUtilities(user).DownloadClientReport(definition, false, fileName); Any ideas much appreciated. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
