Skip to main content

Extract values from an attribute with JSON body

Extract values from an attribute with JSON body in Productsup.

If you have a JSON body in an attribute, you can directly extract values from it using the Extract Value from JSON box.

  1. Add the Extract Value from JSON.

  2. Enter the name of the value you wish to extract under the Extract from field field.

json.png

For example, if you wanted to extract the name value from the below JSON, you would receive the output John:

{ "name":"John", "age":30, "cars": { "car1":"Ford", "car2":"BMW", "car3":"Fiat" } }