Data Integration Connectors
- Data Integration Connectors
- All Products
Property
| Description
|
---|---|
Connection
| Name of the CDM Folders V2 target connection.
|
Target Type
| Type of the CDM Folders target objects.
You can select
Single Object or
Parameter .
|
Object
| Name of the target object.
Select an existing object or create a new object.
|
Operation
| Type of the target operation.
You must select the
Insert operation.
|
Property
| Description
|
---|---|
Concurrent Threads
| Number of concurrent connections to write data to CDM Folders V2.
When you write to a large file or object, consider spawning multiple threads to process data.
Default is 10.
|
Block Size
| Divides a large file or object into smaller parts each of specified block size.
When you write to a large file, consider dividing the file into smaller parts and configure concurrent connections to spawn required number of threads to process data in parallel.
Default is 8 MB.
|
File System Name Override
| Overrides the default file system name at run time with the file system name you specify.
|
CDM Folder Override
| Overrides the CDM folders during run time.
For mapping development, you might use connection attributes, and during run time, change the attributes without changing the connection attributes.
|
Write Strategy
| Determines how you write to the target object.
Select
Overwrite or
Append .
When you select overwrite, the Secure Agent creates a new target object or replaces the existing target object. When you select append, the source object is appended at the target.
|
FF Parser Properties
| Overrides the default flat file parser values during run time.
You can choose a column header, delimiter, and a quote character.
Specify the values in the following format:
columnHeaders=true
delimiter=,
quote="
The flat file parser properties are case sensitive.
By default,
delimiter=, ,
quote=" , and the data files are written without headers.
|
Entity Name Override
| Overrides the entity name during the run time.
|
Forward Rejected Rows
| Determines whether the transformation passes rejected rows to the next transformation or drops rejected rows. By default, the mapping task application forwards rejected rows to the next transformation.
|