Data Integration Connectors
- Data Integration Connectors
- All Products
Property
| Description
|
|---|---|
Connection
| Name of the MongoDB V2 source connection. You can select an existing
connection or create a new connection. You can also click
New Parameter to define a parameter for
the source connection. |
Source Type
| Type of the source object. Select one of the following options:
Related objects appear based on simple primary
key-foreign key relationships. You can use the Advanced
Relationship option to define the relationship for
objects that you want to join. |
Object
| Name of the MongoDB V2 source object based on the source type selected.
Select the source object for a single source. |
¹ Applies only to mappings in advanced
mode. | |
Property | Description |
|---|---|
Filter | Filter value in a read operation. Click
Configure to add conditions to filter
records and reduce the number of rows that the Secure Agent reads
from the source. You can specify the following filter conditions:
You can configure filter conditions for columns of the following
data types:
|
Select distinct rows only | Not applicable. |
Property | Description |
|---|---|
Pre Query 1 | Statement that you want to run before reading data from the source.
You can use only insert, update, and delete
operations. For example, if you want to insert records in
the database before you read the records from the table, specify
the following preSQL statement: { insert:
'yourCollection', documents: [ { name: 'Alice', age: 25 } ]
}
|
Post Query 1 | Statement that you want to run after reading data from the source.
You can use only insert, update, and delete
operations. For example, if you want to update records in
a table after you read the records from a table, specify the
following postSQL statement: { update: 'yourCollection', updates: [ { q: { name:
'Alice' }, u: { $set: { age: 26 } } } ] }
|
Additional Properties | Additional options that you want to specify to read data from MongoDB.
Separate multiple options with an ampersand. For information about
the additional properties that you can configure, see the Additional
connection properties chapter. |
Tracing Level | Amount of detail that appears in the log for this
transformation. You can use the following tracing levels:
Default is normal. |
1 Doesn't apply to mappings in advanced
mode. | |