In the current TimeXtender CSV Data source, the Header Setup only allows the first record to be marked as the header. In some cases, files may contain one or more redundant rows, before the actual data starts:
| <Row> | |||
| 1 | Some irrelevant data | ||
| 2 | FieldA | FieldB | FieldC |
| 3 | 1 | A | ... |
| 4 | 2 | B | ... |
| 5 | ... | ... | ... |
In those cases, you would want to skip the top X rows and mark row x+1 as the header.