You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I am using TXMLMap and have imported all elements.
In my XMl file I have
<Attribute name="STOCK_LEVEL">"ourvalue"</Attribute>
I can access name by using [row1.document:/Catalogue/Product/Attribute/@name]
But how do I access the “ourvalue”.
I cannot be dragged accoss as name can.
Thanks
Offline

Hi
Welcome to Talend Community!
You might try to create XML metadata. The absolute Xpath expression is /Catalogue/Product/Attribute.
The relative Xpath expression of 'ourvalue' is "."
Regards,
Pedro
Offline
Pages: 1