Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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