Hello
I have a question
Is it possible for the Reader Parameter to read the ‘file row’ from the source file?
An example is: I have a source file with two rows of header data and ten rows of actual data.
Rows 4 and 7 will be rejected by my validator for a specified reason.
The file rows for the data loaded should be (3,5,6,8,9,10,11,12).
We have a couple of file loads that call for a file row from the source file.
Steve