Forum Discussion
koryknick
6 years agoEmployee
I think what you’re looking for is something like this in your Mapper:
Defining the root [‘$’] attribute is the element value… using the at-sign (@) as the field prefix tells the XML Formatter that it is an attribute of the element.
See the XML Formatter documentation for more details:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439279/XML+Formatter
wpenfold
6 years agoContributor
Thanks! Using the $ gave me the node value I needed.