Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
spassiatore
Contributor
Contributor

Iterate on JSON array

Hi to all, I've a JSON file like this one:

}]

I need to get an unique record with "codiceCatastale" and "cap". So, like this:
|=--+---=|
|codiceCatastale|cap|
|=--------------+----=|
|A001           |35031|
|A271           |60121|
|A271           |60122|
|A271           |60123|
'---------------+-----'

I try with tExtractJSONFields with success...

Any suggestions?
Thanks a lot
Stefano
Labels (3)
1 Reply
Anonymous
Not applicable

Hi  
Using a tFileInputJson component to read this json file, set the Loop Json query to "/cap", then you should be able to extract codiceCatastale and cap value. 
0683p000009MDfn.png
Regards
Shong