Hello Flair,
There are a few ways you can go about doing this: If you know the precise location of the "headerline," you can "skip" that line when you do the reading.
If you do not know the exact location, you could either check each line as you read, or do a search-and-replace on the entire file replacing the "headerline" with nulls, for instance.
The functions in the Strings function palette should help you with the above.
If you're still having problesm, maybe you can post here a sample input text file with all the details of how you want it parsed, and someone _might_ write a sample VI for you.
Regards,
Khalid