File Listener File data issue
Hi there,
I need an idea how to get/processed those data that was not included in the processing.
for example:
I have a file named Customer.csv with 2 data in it. this will be processed by the file listener
Customer.csv
name address
john new york#$^#%
vitalik canada
The result: only 1 data was processed (vitali). John was not processed due to invalid address.
Now, I want to get the data that was NOT processed and send to email or saved somewhere.
How do i get the data that was NOT processed.
Thanks.