I have a large text file that I need to parse into a pipe delimited text file using python. The file looks like this (basically):
product/productId: D7SDF9S9
Use "readline()" to read the fields of a record one by one. Or you can use read(n) to read "n" bytes.