Json Path Understanding

Hi all,

I´m just new with Knime and looking to create my first Workflow

JSON GET REQUEST and JSON PATH.

I can´t figure out how to split the Json into a Table data. I just tried Json path and i can´t figure how it works the selection. ( I try to select part of the data in the cell preview and it goes yellow and grey so i´m a bit stopped )

Any help will be apppreciate it!
thanks in advance

Here is an example how JSON path could work. It could be confusing some times.

5 Likes

Hi,

In addition to @mlauber71’s great example, I suggest using JSON To XML node if there are items that you want them in multiple rows or columns. I think it’s easier to deal with such cases using XPath node.

:blush:

P.S.
JSON Path tutorial:
https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html

XPath tutorial:
https://www.w3schools.com/xml/xml_xpath.asp

4 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.