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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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