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
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 '
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
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
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