Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
FCUNY1704188807
Contributor
Contributor

Textractxml with Array

Hi every,

I'm using an API giving an XML with array like this:

069U1000001ZuQBIA0.png

But, I use an TExctractXMLField component with this parameters:

069U1000001ZwerIAC.png

It works but just the first element is showing:

069U1000001ZwlJIAS.png

If I change parameter to have, for exemple, the 5th value on my array, I have well the fifth value:

069U1000001ZwwbIAC.png

069U1000001ZvywIAC.png

How I can have all values ?

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

Set the xpath query parameter to "time[*]", you will have all the value like

["time1","time2","time3",...];[1.7,1.8,13,...]

What is the output format you expect?

 

Regards

Shong