Hi Takeshi,
Thanks for your answer. I have made a function that will sort my report.
There is one more thing that I want to know. Is there a way to read from
the report directly, without actually downloading the csv.
I know there is a way to read from the response object as:
ReportDownloadResponse response =
new ReportDownloader(session).downloadReport(query,
DownloadFormat.CSV);
String str = "";
int i,n = 0;
char c;
while((i=response.getInputStream().read())!=-1)
{
}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
---
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].
For more options, visit https://groups.google.com/groups/opt_out.