Hey guys,
Ok. Im having problems with a text file, the format is NSF 2/3.0.
It is formatted with a header/footer with records in between. Each record has multiple lines. This data is constantly changing and I dont know how to parse out those records.
I know how to parse fixed-length records using substr() or unpack() but those are single line records... Would I do something with a for() statement after I throw the file into an array?
Geez, im lost 🙁
Thanks in advance...