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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Gabri11
Contributor
Contributor

cycle value with tExtractJsonFields

Hi everyone, I have a problem with tExtractJsonFields ... Basically I can't extract the list of dento fields "SerieDati".
I have an input from tHTTPRequest which takes a json from the web (as an attachment). But then I can't cycle the values contained in "SerieDati".
Can anyone help me?
Thank you

Labels (2)
1 Solution

Accepted Solutions
lizzy1
Contributor III
Contributor III

In the "loop jsonpath query" put

"$.properties.SerieDati[*]"

and for the json query just put

"TipoValore"

 

The most important part you were missing was the square brackets

View solution in original post

1 Reply
lizzy1
Contributor III
Contributor III

In the "loop jsonpath query" put

"$.properties.SerieDati[*]"

and for the json query just put

"TipoValore"

 

The most important part you were missing was the square brackets