Dropping and linking the components
Procedure
- Drop the following components from the Palette onto the design workspace: two tMongoDBBulkLoad components, two tMongoDBInput components, and two tLogRow components.
- Connect the first tMongoDBBulkLoad to the first tMongoDBInput using a Trigger > OnSubjobOk link.
- Connect the first tMongoDBInput to the first tLogRow using a Row > Main link.
- Repeat the two steps above to connect the second tMongoDBBulkLoad to the second tMongoDBInput, and the second tMongoDBInput to the second tLogRow.
- Connect the first tMongoDBInput to the second tMongoDBBulkLoad using a Trigger > OnSubjobOk link.
- Label the two tLogRow components to better identify the data displayed on the console.