Hi,
I want to produce a single JSON file with two key-value pairs.
I have two database views which I have used in ‘DB Query Reader’ nodes and then I am converting two outputs to two different Json using ‘Table to Json’ node. Now I want to concatenate these two Json as two key-value pairs in one Json output. I tried using string manipulation node (basically to give names to key-value pair) but stuck at a step to concatenate two ouputs in one output. Please help.
There are also a variate of other transformation nodes available. Though, JSON, which is my personell opinion, is kind of a dead end. XML with XSLT transformation or much more convenient table transformation are way more straight forward and flexible.
The solution you have provided uses two columns from same table. I have two columns coming from two nodes and I am looking for solution to append the outputs of two nodes.
Unfortunately I dont have option to use xml. It has to be Json output.