Re: TSV File Format Support

2010-12-24 Thread Robert, N2JTX
Excellent! After the holidays I will get this rolling. Thanks! Robert On Dec 22, 3:10 pm, AdWords API Advisor wrote: > Hi Robert, > > That sounds like a good idea.  You can open a feature request on the > client library's issue tracker, and if you go through a short legal > process you can eve

Re: TSV File Format Support

2010-12-22 Thread AdWords API Advisor
Hi Robert, That sounds like a good idea. You can open a feature request on the client library's issue tracker, and if you go through a short legal process you can even contribute code to the project's source code directly. http://code.google.com/p/google-api-adwords-dotnet/issues/list Best, -

TSV File Format Support

2010-12-21 Thread Robert, N2JTX
The Google report creation web site supports as one of its formats Tab Separated Values (TSV). I work with a client that uses this format. In working with the .NET API, it was a trivial matter to clone CsvException.cs and CsvFile.cs into new modules called TsvException and TsvFile.c and to modify