Skip to main content
Solved

Use of Feauture Paths outside an XML Reader

  • June 22, 2016
  • 2 replies
  • 6 views

Forum|alt.badge.img

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.

Best answer by takashi

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • Best Answer
  • June 22, 2016

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


Forum|alt.badge.img
  • Author
  • June 22, 2016

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