How to perform new data insertion, update with existing data without duplication in tMongoDBOutput?
Hi All, I'm using Talend open studio for ESB. I've created job for pulling data from ALM to tMongoDBOutput. But there is no option for updating existing data in tMongoDBOutput. How to perform new data insertion, update with existing data without duplication in tMongoDBOutput?
Hello
Select the Upsert option.
Upsert: inserts a document if it does not exist otherwise it applies the same rules as Update.
Update: replaces the existing documents with the incoming data but keeps the technical ID of these documents.