Data Integration Connectors
- Data Integration Connectors
- All Products
Property | Description |
---|---|
Connection | Name of the target connection. |
Target Type | Type of target object. Select one of the
following target types:
|
Object | Name of the target object. You can select an
existing object. |
Create New at Runtime | Creates a target table at runtime using the object name and path you
specify. You can create a target table at runtime only for
PostgreSQL or Azure SQL Database. Ensure that you have selected
PostgreSQL or Azure SQL Database in the JDBC V2 connection
advanced properties based on the database that you want to
connect. To create a target table at
runtime, provide the following parameters:
|
Operation | Type of the target operation. Select Insert,
Update, Upsert, Delete, or Data Driven. |
Update columns | The temporary key column that identifies rows in
the target table to update, upsert, or delete data. |
Data Driven Condition | Flags rows for an insert, update, delete, or
reject operation based on the data driven expression you
specify. Appears only when the operation type is
Data Driven .To configure a
data driven expression in a mapping, you need to specify the
expression that uses the IIF function. |
Advanced Target Property | Description |
---|---|
Pre SQL | The SQL statement to run before writing data to
the target. |
Post SQL | The SQL statement to run after writing data to the
target. |
Truncate Target | Truncates the target table before inserting
records to the target. |
Reject Truncated/Overflow Rows | Writes truncated and overflow data to the reject
file. If you select Reject Truncated/Overflow Rows, the Data
Integration Service sends all truncated rows and any overflow rows
to the reject file. |
Table Name | Overrides the table name used in the metadata
import with the table name that you specify. |
Schema Name | Overrides the schema name of the target
object. If you specify the schema name both in the connection
and the target properties, the Secure Agent considers the schema
name specified in the target properties. |
Update Mode | Determines the mode how the Secure Agent writes
data to the target. Select one of the following modes:
|
Forward Rejected Rows | Determines whether the transformation passes
rejected rows to the next transformation or drops rejected rows. By
default, the agent forwards rejected rows to the next
transformation. |