PowerExchange Adapters for Informatica
- PowerExchange Adapters for Informatica 10.5.6
- All Products
Property
| Description
|
|---|---|
Documents fetched per block
| The maximum number of documents that the
Data Integration Service reads for every call to the MongoDB database.
Default is 4096.
|
Nested column separator
| Separator character for arrays and nested documents.
The nested column separator must be consistent across connections used in a mapping. For example, if one connection uses the period (.) as the nested column separator and another connection in the same mapping uses the underscore (_) as the separator, then the mapping fails.
You can use either the underscore (_) or the period (.) as the nested column separator. Default is period (.).
|
Maximum number of columns to flatten
| The maximum number of array elements that the ODBC driver flattens into multiple nested columns.
Default is 5.
|
Read preference
| Server that you prefer to read data from if you configure replica sets. You can select one of the following server options:
Default is primary.
|
Sampling strategy
| Number of rows to scan in the schema definition. You can select one of the following sampling strategies:
Default is End.
|
Documents to sample (0 to sample all documents)
| Number of documents to scan.
Default is 100.
|
String Columns Lengths
| The string column length to use for the fields. You can select one of the following string column lengths:
|
Use SQL_WVVARCHAR for String datatype
| The
Data Integration Service maps the String datatype to SQL_WVARCHAR ODBC instead of SQL_VARCHAR.
Default is disabled.
|
Enable reading/writing as JSON document.
| Read or write data as a JSON document. If enabled, the driver reports a special column named documentAsJSON that retrieves or stores whole documents as JSON formatted strings.
Default is disabled.
For a MongoDB connection, if you toggle between enabling and disabling this option, the metadata cache might lose its integrity. Instead of changing the Enable reading/writing as JSON document property for a MongoDB connection, create separate connections with this property.
|
Show container columns when generating metadata
| Show the container columns when the Integration Service generates the metadata.
Default is disabled.
|
Enable SSL
| Not Applicable.
|
Check GetLastError on writes
| Calls the MongoDB CheckGetLastError() function to check for failures after a write operation.
Default is enabled.
|
Enable Updating Multiple Rows
|
The Informatica MongoDB ODBC driver updates multiple rows for each
Data Integration Service write call.
If enabled, the driver updates all rows that match the filter condition. If disabled, the driver updates only the first row that matches the filter condition.
Default is disabled.
|
Omit default NULL column on insert
| The
Data Integration Service does not write columns with NULL value to a MongoDB target.
Default is enabled.
|
Truncate documents larger than 16 MB
| Truncate the document size to 16 MB when you load data to MongoDB.
Default is disabled.
|
Active Metadata Location
| Read metadata changes from the MongoDB database or from a local file. Required if you choose to store the metadata in a local file.
Default is database.
|