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

How to append two or more JSON outputs

Help! I have two (and will have more) Talend jobs with json outputs, I want to join these outputs into one JSON. One is a flat JSON, the other is an array. One is a patient with vitals, the other is data about the drugs they are currently taking, see pictures. How do I go about joining these two outputs? 0683p000009M6W0.jpg0683p000009M7Ic.jpg

Thank you very much!!!

M.

Labels (3)
1 Reply
root
Creator II
Creator II

The tWriteJsonField component seems a little lacking on features while working with complex json objects. I have tried using a custom Talend Component "tJSONDoc" ( https://github.com/jlolling/talendcomp_tJSONDoc)

The documentation can be a little confusing in the beginning. But, it can handle creating/ merging documents.

HTH.

Thanks