Hi,
Is there a way to validate the input file according to some conditions before the process ?
For example, if the input file's record number in Footer (one column names records_total) is 100, but the actual input rows are 95. Then I will reject the file and log into the rejected table. Otherwise, I will go to normal process.
My first though was tJava, but it is not that dorable.
Thanks !
James