Skip to main content

Is it possible to use Feature Paths without using an XML Reader? For instance when an xml structure is in an attribute as a string? I can write the contents to a file and start a workflow with the file as an XML Reader, but I would like that to do within one workflow.

Hi @pimverver, yes you can use the Feature Paths in the XMLFragmenter transformer. Choose 'Attribute with XML document' as the XML Source Type parameter.


Hi @pimverver, yes you can use the Feature Paths in the XMLFragmenter transformer. Choose 'Attribute with XML document' as the XML Source Type parameter.

Very nice! Thank you @takashi


Reply