Hi All,
Thanks for your time - I pull data from an URL using the download and JSON parse...I get the JSON file structure in such a way that it includes kind of parent and child members
for example
product id, product name-> These 2 belong to 1 group then the 2nd group is like applications like application Id, name, which will show for that product then the 3rd group is product related information who is owner etc... I have to
like an example
JSON_Name
productApplications.0.productIdentifier
productApplications.0.applications.0.applicationIdentifier
productApplications.20.productMembers.0.workerFullName
after the JSON parse if i know the number to columns to split using text columns i can specify like 3 or 4 but in this case how do specify the columns
then use the cross tab so that i get all the columns - I have attached some dataset ...any adivse please