I know I could read them in and use a counter and a tester to throw away all but the first line - but that would still mean that the whole of the file was read first - these are large files so I would prefer not to do that.
cheers
IanM
I know I could read them in and use a counter and a tester to throw away all but the first line - but that would still mean that the whole of the file was read first - these are large files so I would prefer not to do that.
cheers
IanM
Yes , under the readers parameters > advanced, set the max features to read to 1.
Itay
"Max Features to Read" parameter of the CSV Reader might help you. Have a look at tCSV] Reader > Parameters > Advanded node in the Navigator window.
Takashi