Reading csv files using SQL

Tim Golden mail at timgolden.me.uk
Thu Mar 1 12:26:34 EST 2007


Pablo was Paolo wrote:
> skip at pobox.com ha scritto:
>> If you want to work directly with the files why not just use Python's csv
>> module?
> 
> Now, with Java, I use the same class to read several databases and csv 
> files (with SQL instructions).
> I'd like to find a library for using the same approach in Python.

I vaguely remember that you can get an ODBC driver for CSV. If I'm
right, you could access it using one of the several Python ODBC
DBAPI modules... just a thought.

TJG



More information about the Python-list mailing list