MongoDB Connector Guide > Data Synchronization Tasks with MongoDB Connector > MongoDB Targets in Data Synchronization Tasks
  

MongoDB Targets in Data Synchronization Tasks

When you configure a Data Synchronization task to write to a MongoDB target, you can configure the target properties.
The target properties appear on the Target page of the Data Synchronization Task wizard when you specify a MongoDB connection. You can only insert, update, or delete data in a MongoDB target.
The following table describes the MongoDB target properties:
Target Property
Description
Connection
Name of the target connection.
Target Object
The target object for the task. Select the target object.
Truncate Target
Truncates the database target table before inserting new rows. Select one of the following options:
  • - True. Truncates the target table before inserting all rows.
  • - False. Inserts new rows without truncating the target table.
Default is False.
Note: The truncate target property is not applicable for virtual tables.