* separated values

Simon Brunning SBrunning at trisystems.co.uk
Tue Jan 15 11:16:11 EST 2002


> From:	Skip Montanaro [SMTP:skip at pobox.com]
> I suggest Dave Cole's csv module (fast, easy to use, appears complete) be
> added to the core:
> 
>     http://www.object-craft.com.au/projects/csv/
 
I've used Laurence Tratt's ASV module -
<http://tratt.net/laurie/python/asv/> - with some success. It's pure-Python,
so it may be a bit slower than the module that you mention (though I haven't
checked this out). It's fairly flexible, though - it can read TSV files and
so on in addition to CSVs, and can be told to recognise column headings in
the first row.

Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning at trisystems.co.uk




-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.




More information about the Python-list mailing list