Re: newbie question: converting csv to another dialect

2008-02-15 Thread Bruno Desthuilliers
Albert-jan Roskam a écrit : > Hi all, > > I have a csv file with tab as a delimiter. I want to > convert it into one that is comma delimited. I changed > the regional settings on my computer to US. > > At first I thought I could use the CSV module for > this, by reading the csv file, registering

Re: newbie question: converting csv to another dialect

2008-02-15 Thread Chris
On Feb 15, 1:11 pm, Albert-jan Roskam <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a csv file with tab as a delimiter. I want to > convert it into one that is comma delimited. I changed > the regional settings on my computer to US. > > At first I thought I could use the CSV module for > this, by