Re: Adwords API Reponse Parse Comma Issue

2012-12-11 Thread Jason Stedman
If the text columns are surrounded in quotes, you could use pairings of quotes as a delimiter instead of commas. I prefer to download reports in XML, the report itself is obviously much larger on disk, but by using most of the XML parsers out there you can validate the structure of the report

Re: Adwords API Reponse Parse Comma Issue

2012-12-11 Thread Alexander Nitschke
Why yes, check for first. It's a simple parsing algorithm. But actually I would recommend using the XML output instead CSV, that's what I do. Parsing this is mcuh easier with an XML reader, as the XML format is more standardized than CSV. -- --

Adwords API Reponse Parse Comma Issue

2012-12-10 Thread Blastian
I just figure out how to use the Adwords API to get download data from my Adwords account simply by using https://developers.google.com/adwords/api/docs/guides/reporting. The response has the comma sign as a separator between dimensions and metrics, which means the comma sigh will be a good