[Tutor] Parsing modules

Tom Belich TBelich@skcc.org
Mon, 25 Mar 2002 17:23:33 -0800


I need to parse a tab delimited flat file into a number of files that I can
load into a mysql database.  I've tried Parse::RecDescent in Perl.  Is there
a Python module that does this and are there examples I could modify to
learn it?

TIA
Tom Belich