parsing tab and newline delimited text

James Mills prologic at shortcircuit.net.au
Tue Aug 3 22:32:10 EDT 2010


On Wed, Aug 4, 2010 at 12:14 PM, elsa <kerensaelise at hotmail.com> wrote:
> I have a large file of text I need to parse. Individual 'entries' are
> separated by newline characters, while fields within each entry are
> separated by tab characters.

Sounds to me like a job of the csv module.

cheers
James

-- 
-- James Mills
--
-- "Problems are solved by method"



More information about the Python-list mailing list