parsing tab and newline delimited text
James Mills
prologic at shortcircuit.net.au
Tue Aug 3 22:32:10 EDT 2010
More information about the Python-list mailing list
Tue Aug 3 22:32:10 EDT 2010
- Previous message (by thread): parsing tab and newline delimited text
- Next message (by thread): parsing tab and newline delimited text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message (by thread): parsing tab and newline delimited text
- Next message (by thread): parsing tab and newline delimited text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list