Need help with tMongoDBInput & tMongoDBOutput components
Hi all,
I am fairly new to Talend and am create a POC for my team.
I have data flow that loads relational data. Based on it, I would find MongoDB document, modify 1-2 fields and update MongoDB again. When the find fails, I want to create new MongoDB document with the data that is read from relational DB. Can I somehow get the dotted line when the read fails, so I can have a new document written into MongoDB? Please help me.