FlatFile parsing problem...

Hello!
I have a problem with FlatFile parsing (it means .csv (comma-separated) file). My file have next structure, for example:
ID Name Company

0 Ajex “BBS”
1 Jason “SD”
2 Mark “Rob & co”

where ID, Name, Company is a header of file i.e. - the column names.
When I parse this file (by flat file schema) in result set falls also header names, but I neet only information (without column names). How to remove first line in this flat file (have the webMethods a standart functions to do this?) or needs to develop a java-module, which remove first line from the document?