help me please to convert json to csv

@mehman521 due to the nature of the data in the file I asked KNIME to remove it from the forum.

Concerning JSON you will have to do some manipulations, especially define a ‘path’ that would define how to extract the data

Here is an example how such an extraction might look like (the same might be true for XML files):

Then there is a JSON to Table node that might try to automate some of that. But due to the very flexible nature of JSON files you might have to try some back and forth:

You can read more about JSON and XML in this article:

1 Like