in reply to Re^2: Parsing a text file
in thread Parsing a text file

You can preprocess it easily with perl:

shell$ perl -pe 'tr/\r/\n/' infile > outfile