Hi,
I've run into a curious problem.
I'm using an XmlFragmenter to extract certain elements from an XML file, and specifying that the attributes should be "flattened", giving them a custom prefix.
Then I use a couple of BulkAttributeRenamer with "Remove Prefix String" to remove the prefixes from the attribute names.
However, any transformer added to the flow after the BulkAttributeRenamer's cannot see the renamed attributes, and report an error if I enter the attribute names nonetheless, marking the transformer as invalid.
But if I run the workspace, ignoring the "invalid transformers", the output is as expected !
This is not a good situation, and is an invitation to future problems. Is there a way to remedy this ?
Cheers
Lars I.