Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziI think given the mixed fixed/variable size of your data, I would read it in using a delimited file node. Use a field delimiter that you know does not occur in the data, and you will get a single field out (you probably want to provide the name in the node of that field. Once you do this, you can parse it easily with a filter node, where you can drop the first record (if it is a header you don't need), and then parse the record using the BRAINscript split function.
It is a good enhancement request to be able to specify a final field which is the "rest of the line" in the fixed file format, so I have recorded that as issue 5006.
Cheers
Rich