G'day,
We are using AEP9.2.
I have a series of data records output from a protocol (HTTP Connector > Data From JSON > Flatten Heirachy)
Example JSON is shown below. The Flatten Heirarchy has a Select parameter "/generic/text/*" and it produces a series of data records:
ar: name:"Arabic"; dir: "rtl"
bg: name" "Bulgarian"; dir: "lrt"
...
What I want is to access the data record "names", i.e. the values "ar" and "bg" for the two records above.
I thought this would be available as metadata for the data root of each record but it wasn't there.
How can I obtain these values (using Pilotscript or otherwise)?
Thanks,
Chris.
-----
We are using AEP9.2.
I have a series of data records output from a protocol (HTTP Connector > Data From JSON > Flatten Heirachy)
Example JSON is shown below. The Flatten Heirarchy has a Select parameter "/generic/text/*" and it produces a series of data records:
ar: name:"Arabic"; dir: "rtl"
bg: name" "Bulgarian"; dir: "lrt"
...
What I want is to access the data record "names", i.e. the values "ar" and "bg" for the two records above.
I thought this would be available as metadata for the data root of each record but it wasn't there.
How can I obtain these values (using Pilotscript or otherwise)?
Thanks,
Chris.
-----
|