Closed layman71 closed 2 years ago
Hi @layman71 ,
Unfortunately, the support of JSONpath in morph-kgc is limited mainly due to the lack of libraries in python. We will keep an eye on updates to JSONpath libraries (or new libraries) so that they can be integrated in morph-kgc.
For the moment I close this issue.
Hi, I am new to this tech and I have a question. Can I use operators like contains ,=~ in rml:iterator for jsonpath to filter data. If yes, please direct me to an example. Thanks in advance.
Ex - rml:iterator "$[?(@.column contains \"cat\" )]";