Hi,

 

I am struggling with an import script that has been written for a csv file.

 

The issue is some fields in the file such as address have comma in them so
they are provided with quotes around the complete field.

 

The script uses the AsciIO class and then sets the delimiter as comma but
still seems not to treat the quotes correctly (i.e. it still breaks at every
comma in the file).

 

Reading some older posts seems to suggest using CommaIO might solve this?  I
thought the only difference between CommaIO and AsciIO classes was what they
initiated the delimiter different?  If CommaIO is not the answer what should
I be using so the fields within quotes get processed correctly?

 

Thanks

James

 



[Non-text portions of this message have been removed]

Reply via email to