Transform settings
-
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- Building applications
Configure the transform settings for your Integration Hub - Import integration. Specify batch size and empty-field handling, enable verbose mode, or run a script before or after the integration.
Configure transform settings
Field | Description |
---|---|
General | |
Batch Size | Number of items to transform in each batch. Default value: 10 |
Verbose | Option to enable transform logs with details on transform operations, transformer rules, and transforms with multiple target tables. Default value: false |
Copy Empty Fields | Option to copy any empty values in the source fields to the target fields. When this field is selected, empty source values are copied. When it's not selected, empty source values are not copied to the target fields. Default value: true |
Scripts | |
Execute OnBefore Script | Option to run a script before inserting or updating data. Send notifications, modify data, or perform other actions before the integration begins. The onBefore script has three parameters.
The onBefore script has two variables.
|
Execute OnAfter Script | Option to run a script after inserting or updating data. Send notifications, calculate summaries, or perform other actions after the integration completes. The onAfter script has three parameters.
|