in reply to Re: Best way to read and process a text file with multiline records
in thread Best way to read and process a text file with multiline records

This seems very quick! I will work upon this to create my hash!
Since line continuation character is only in data_raw, and actual data is not important, just the line number is important, I do not need to bother with the "\" character!
  • Comment on Re^2: Best way to read and process a text file with multiline records