Forum Discussion

anik_cadieux's avatar
anik_cadieux
Contributor
13 years ago

How to get first line of data from CSV file that does not contain header

Hi,   We use the following code to get values from a CSV file:   DDT.CSVDriver(strFile); do  {    lstFilesInCSV = DDT.CurrentDriver.Value(IntColNoFilename...