Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JSON Maniplation

Hi Team

 

How can we edit existing JSON file and ad Some additional  Fields to the existing format using talend .

 

Thanks

Deepthi

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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