in reply to Statement Parsing and Rendering

In my $job I am constantly working with delimited records and multiple record types per transaction. If I am going to read the field data into variables, one of the most important things to me is to make the meaning or purpose of each field clear either thru variable names or the position in a data structure.

I would suggest an HoA where each record is stored as an array, keyed using the record type. There is a repeating section, 530-510-529, which could be a HoAoA.

Replies are listed 'Best First'.
Re^2: Statement Parsing and Rendering
by PerlSufi (Friar) on Oct 24, 2013 at 23:42 UTC