]
Steven Hawkins updated TEIID-5481:
----------------------------------
Fix Version/s: 11.x
Evaluate JSONPATH as expression language for Json payload to table
------------------------------------------------------------------
Key: TEIID-5481
URL:
https://issues.jboss.org/browse/TEIID-5481
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Fix For: 11.x
Currently in Teiid in order to turn a JSON document to a relational structure, JSONTOXML
function is used then XPATH used on it to retrieve data using XMLTABLE.
Investigate the feasibility of using JSONPATH [1] directly on JSON document to build a
JSONTABLE construct.
[1]
https://code.google.com/archive/p/json-path/