Skipping the first record on a dataport import

teeterteeter Member Posts: 46
I'm sure the answer to this is staring right at me but I'm having problems with an import dataport. I'm importing a .csv excel file, and I want to skip the first row of records as they are the labels of the columns. How can I do this? I've been trying to do a count on the import and CurrDataport.SKIP if count <= 1 but it's not working.

Thanks in advance.

Joel
Sign In or Register to comment.