You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be very nice to add an example on how to use a join to concatenate the values of two keys inside a nested list of key values.
Using the query syntax I tried to create tuples combining the values of name and value(see below json structure) but it took me a lot of time to figure that out as there was no specific example on the Jmespath official web doc (the online jmspath validators didn't help neither in my case) .
Anyway, in order to get that I had to run the below
Agreed on the examples, it was kinda lacking. I luckily bumped into OP's issue from a Google Search, and glad somebody also figured out this is a problem.
For those who aren't having much success replicating OP's example, this one worked for me:
Hi,
I think it would be very nice to add an example on how to use a join to concatenate the values of two keys inside a nested list of key values.
Using the query syntax I tried to create tuples combining the values of name and value(see below json structure) but it took me a lot of time to figure that out as there was no specific example on the Jmespath official web doc (the online jmspath validators didn't help neither in my case) .
Anyway, in order to get that I had to run the below
below is the json source input
the result will look like below :
thanks
The text was updated successfully, but these errors were encountered: