I have a XML based datamapper and need to skip records if a xml node which build a detail table is missing or if there is a specific value in one of the fields in the detail table.
I sort of have working but wondering if there is a better method?
I don’t know that the specific value in one of the fields will always be the first detail record
I was able to get the second one to work, but not the first one.
However reviewing assuming that the [REPORTING NAME = “****”] does not exist, I don’t want to keep the record. The first condition would not be necessary anyway.
The count is much better because I don’t necessarily know that [REPORTING NAME = “****”] will always be the first record in the detail table. Even though it is supposed to be some of the rules appear to be incorrect and not always applied.
Sure. In the Action Step (where you skip the record), add a Javascript action that uses logger.info("something to log") and position it before the action that skips to the next record.