I have source and destination schema whose header node is unbounded in both cases. My requirement is I have Inbound file (xml file) which has multiple records coming and have to sent out to destination in FF format which I already developed. Now, if any of the fields in the record is empty or null, I have to generate emails dynamically for that particular record. i.e if there are 5 records in xml and of them 2 records have some emty data fields, email should be generate for those 2 records.
How can I achieve