Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SELECT-list within the TABLE() specification should resolve to a single column containing the JSON.  The table referenced can be any Trafodion-supported type.  There is no defined limit on the number of tag parameters included in the call.  Note that the tag names match how they are spelled in the JSON document (case insensitive).  The output will be three columns for each row, either with the extracted values or nulls. 

The java source can be downloaded from <HERE> (once I get it uploaded)copied from: https://github.com/esgyn/code-examples/blob/master/json_columnizer.

Trafodion steps after java compiling, jar'ing, and uploading to every node of the Trafodion cluser:

...