Forum Discussion
atlas
10 years agoNew Contributor
Let's say I want to trasnsfer the first node with name :United Kingdom. So how will I define this in Property trasnfer XPath?
nmrao
10 years agoCommunity Hero
Usually, one should be able to do it using xpath.
But your case is that data is wrapped inside CDATA which is treated as string not xml.
To do this, first cdata has to be extracted and converted it to xml to get the name you looking for?
By the way, do you get the same number of Table elements or there is possibility to get more or none as well in the result?
But your case is that data is wrapped inside CDATA which is treated as string not xml.
To do this, first cdata has to be extracted and converted it to xml to get the name you looking for?
By the way, do you get the same number of Table elements or there is possibility to get more or none as well in the result?