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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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