SkipTop
Specifies the number of rows that the provider skips from the top of the file before reading data.
Data Type
int
Default Value
0
Remarks
When this property is set to a positive integer, the connector skips that number of rows at the beginning of the file and starts reading data afterward. When set to 0, no rows are skipped.
This property is useful for ignoring header or metadata rows that appear before the actual data in a file.