>> You could maybe use SQLite to load the CSV file and process in an
    >> actual DBMS...

    Pablo> Ok, this is the solution I'm using actually (with PostGres).  My
    Pablo> hope is to find a way to do the same thing without using a DBMS
    Pablo> but working directly with the files.

If you want to work directly with the files why not just use Python's csv
module?

Skip

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to