Hi,
We need to check some mandatory fields in our source structure and throw an alert when they are not present. I have gone through some old threads/blogs for this Where most of the times we are throwing an exception from mapping which brings entire mapping process to end.
But in my case i need to throw an alert saying mandatory field X is missing and my mapping also should proceed on to create the target file.
In short i should send an alert mail for missing fields and also should create the target file. Can any give some idea on this?
TIA