Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to add a column and merge the data

Hi 

 

I am new to talend and working on gaining the knowledge.  I need assistance.

I am reading  json data and putting into tLogRow output.  Now I have to append a column to the final output and need to  write back into json.

 

I am stuck at how to add a column to the existing data set.

 

{
    "CustID": 1,
    "CustName": "surk",
    "Region": "a",
    "TrxAmount": 917
  },

Column to be added : Date_Generated it can be sysdate.

and final output can be CustId,CustName,Region,TrxAmount,Date_Generated

 

 

Labels (3)
0 Replies