Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
How can we edit existing JSON file and ad Some additional Fields to the existing format using talend .
Thanks
Deepthi
Hi Deepthi,
As a JSON file is just plain text, you can't easily/reliably do any processing directly on this, so you'll need to read it in using a tFileInputJSON, do whatever manipulation you require, e.g. add new fields, and then write it back out with a tFileOutputJSON.
Regards,
Chris