Java Script Errors?

Hey guys I have the following json object in a Json column

I am trying to use the javascript column type to extract some details on from this object and save it to a column

This is the code I have and the result is just empty rows. Sos pls help

Why don’t you just use a Query JSON, it’s easier?

1 Like

This is much easier for date. I really appreciate your help.

In regards to returning all “item_name” i have difficulty still

Try $.receipt.item_name

2 Likes

Once again buddy you’ve come through with the solution :handshake:

1 Like

https://try.jsonata.org/

This is a good playground for you on querying JSON.

1 Like