Re: [Tutor] CSV to Excel

2011-03-17 Thread Tim Golden
On 16/03/2011 17:12, Susana Iraiis Delgado Rodriguez wrote: Thank you for your help! Once I read your comments I tried both corrections in my code, but none of them we're sucessful. Ok, Susana, your problem (here) is the use of the csv module so can I suggest we back away from your wider progr

Re: [Tutor] CSV to Excel

2011-03-16 Thread Susana Iraiis Delgado Rodriguez
Thank you for your help! Once I read your comments I tried both corrections in my code, but none of them we're sucessful. Tim's idea kept the quotes at the moment I open the csv in Excel, quotues appeared at the beggining and the end of the row for Excel. Joel's idea wrote just tha variable name '

Re: [Tutor] CSV to Excel

2011-03-11 Thread Joel Goldstick
On Fri, Mar 11, 2011 at 3:59 PM, Susana Iraiis Delgado Rodriguez < susana.delgad...@utzmg.edu.mx> wrote: > Hello list!! > > I'm trying to write a CSV file to work it with Excel. My python script is > working, the issue is: when I import the file from excel the data comes with > quotes at the begin

Re: [Tutor] CSV to Excel

2011-03-11 Thread Tim Golden
On 11/03/2011 8:59 PM, Susana Iraiis Delgado Rodriguez wrote: Hello list!! I'm trying to write a CSV file to work it with Excel. My python script is working, the issue is: when I import the file from excel the data comes with quotes at the beginnig and ending of the row. I don't want to have the

[Tutor] CSV to Excel

2011-03-11 Thread Susana Iraiis Delgado Rodriguez
Hello list!! I'm trying to write a CSV file to work it with Excel. My python script is working, the issue is: when I import the file from excel the data comes with quotes at the beginnig and ending of the row. I don't want to have these quotes. What is wrong with my code? import os, csv from osge