Re: output to csv

2001-09-05 Thread Benjamin David Hildred
On Wed, Sep 05, 2001 at 07:59:15AM +0800, Steve Doig wrote: > Hi Folks, > > I'm running a batch command in win2K: cmd> mysql < batch-file > output.txt > In the batch file, can I specify that values are separated by commas instead > of tabs? > > Cheers, > Steve > not using that syntax but with

Re: output to csv

2001-09-04 Thread Paul DuBois
At 7:59 AM +0800 9/5/01, Steve Doig wrote: >Hi Folks, > >I'm running a batch command in win2K: cmd> mysql < batch-file > output.txt >In the batch file, can I specify that values are separated by commas instead >of tabs? No, but if you have Perl installed, you can create a file named csv.pl that c

Re: output to csv

2001-09-04 Thread Colin Faber
Yes, the same way you would with the INFILE syntax Steve Doig wrote: > > Hi Folks, > > I'm running a batch command in win2K: cmd> mysql < batch-file > output.txt > In the batch file, can I specify that values are separated by commas instead > of tabs? > > Cheers, > Steve > >