Method to skip first row in CSV?

r3dn4x

A-Parser Enterprise License
A-Parser Enterprise
Is there a way to skip the first line in a CSV query file?

I am using an input like queries.csv and string split to create my query. I'd like to skip the first row, or ignore it somehow. Is this possible?
 
Back
Top