My problem is - I don't know how to create the csv file.
I tried different scenarios:
- using more than one tExtractJSON, no success
- trying to extract the data with tXMLMap and tMAP, created small expressions to get each line beginning with the JSON field name "App1|" + row1.Meta1... but it is not working with arrays.
- the idea to save the JSON values in a database and after that.. extracting as csv
- the idea to save the JSON values in a XML file -> after that converting to csv
The Point is... it would be ok if I change the JSON format, if the format is not good to create such a csv file. But the csv file.. cannot be changed.