Embedded data in JSON

Hi,
how to deal with this JSON data format for categories in JSON Parser?

Hi Moerani,

there are two solutions for your problem. Column “kategorie” in your output schema is string and therefore you can add only simple string into so in case you want to have it as string you have put in value the following: “categories[0]” without “inputData”.

In case you would like to return whole array you will need to change the data type for column “kategorie” in output schema to JSOn and then you will put into value “categories”.

I hope this helps.

yes, that’s exactly it, thank you very much, Tomas

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.