Newbie: Working with large database -- help!
Owen Marshall
Malachi at bardstowncable.net
Tue Apr 30 21:37:18 EDT 2002
More information about the Python-list mailing list
Tue Apr 30 21:37:18 EDT 2002
- Previous message (by thread): Newbie: Working with large database -- help!
- Next message (by thread): Comment on Draft Pep ver 4 -- Psuedo Deprecations of Builtins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok. First off, I am fairly new to Python. So don't flame me if there is a very obvious solution =) I am trying to work with a file -- for lack of better terms, a database. The data is like this: data|data|data|data and so on as needed. My question: how do I extract each part of data from between the " | " (none of the data has fixed lengths), and put it in a list where I can do some work with it? Changing the database format itself is not an option, though. Any ideas? Owen T. Marshall
- Previous message (by thread): Newbie: Working with large database -- help!
- Next message (by thread): Comment on Draft Pep ver 4 -- Psuedo Deprecations of Builtins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list