Forum Discussion
nmrao
10 years agoCommunity Hero
There are two names with United Kingdom, how do you decide which one to extract it first, later it can be transfered which is secondary.
- atlas10 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?
- nmrao10 years agoCommunity HeroUsually, 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?- atlas10 years agoNew Contributor
I get the same number of table elements for any request input (for any CountryCode).
Do you know, how can cdata be extracted and converted it to xml?