Hi,
I have a xml feed that I process and periodically a field or two is malformed. For example a Boolean field will contain a number. In such cases the XMLExtract component fails hard stopping the entire graph. My desired behavior would be to fail that record and provide a mechanism to stop after too many failed records. Any suggestions on an easy way to achieve this? I could make all the metadata strings and then convert it manually later, but this seems like a big pain.
Thanks.