I need to abort the job if any row in an excel file contains null. Basically I have a input file with 3 columns. My requirement is that if any of the 3 fields contain null then the job should abort. How do I achieve this.
Sorry for the late response as I was travelling.
I basically wrote the records in a file where any of the fields were null and then checked for the record count in the file and aborted the process accordingly.