Alternatives for the CSV module
John J. Lee
jjl at pobox.com
Sun Sep 12 09:38:39 EDT 2004
More information about the Python-list mailing list
Sun Sep 12 09:38:39 EDT 2004
- Previous message (by thread): Alternatives for the CSV module
- Next message (by thread): Alternatives for the CSV module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
madsurfer2000 at hotmail.com (-) writes: > I am going to make a program that reads files with different > csv-dialects. Sometimes the field-separator or line-separator can be > more than one character. The standard CSV module in Python 2.3 is not > a good solution, because it expects single characters. [...] Dunno if it's any good to you, but there's one called DSV. John
- Previous message (by thread): Alternatives for the CSV module
- Next message (by thread): Alternatives for the CSV module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list