Transforming ascii file (pseduo database) into proper database

Paul Rubin http
Mon Jan 21 16:45:59 EST 2008


"p." <ppetrick at gmail.com> writes:
> 1. Has anyone done anything like this before, and if so, do you have
> any advice?

Sort all the files with an external sort utility (e.g. unix sort), so
that records with the same key are all brought together.  Then you can
process the files sequentially.



More information about the Python-list mailing list