I need your help in parsing a json file to table. I have attached input.json and expected output.
The main problem here is name of the ‘keys’ are not constant (Example route ID and trip ID are made as keys and they are dynamic).
How to call out these values into a table using JSONpath or JsonToTable nodes in knime when we have a varying key names.
And then by using 3 JSON Path nodes, I extracted each level separately passing the sub-level as json to the next JSON Path node.
Here is the workflow: 22342-1-1.knwf (45.3 KB)