Data Transformation Types For Export
The following table provides information on the Data Transformation Types and the fields that must be configured for each of the Data Transformation Types for an Integration mapping record of type export.
Data Transformation Type |
Description and Integration Fields to be Configured |
---|---|
CONCATENATE |
It is used for merging values from multiple child mapping records based on the configuration in the following fields:
Note: The following fields must be left blank:
|
DATETIME |
It is used to export fields of type date and time. In the Parameters field, specify the date and time format, and the timezone of the destination system. You can use one of the following date formats:
The exported date will be segregated into year, month and date values based on the date format. The month format (MM) must be typed in upper case. Standard date separators can also be used in the format. For example, the format can be dd/MM/yyyy. Example: To export the Submitted Date field of the Application entity to the destination system with the destination timezone as Central Standard Time (CST), set the following values in the integration mapping record of the Submitted Date field:
|
NUMBER | It is used to export the value of the number type field defined in the Internal Field Name to the destination record. |
PREFIX |
It is used to add a prefix to the integration mapping record when the record is exported, based on the following field values:
|
REPLACE |
It is used for replacing the existing field value with a new value during the export, based on the configuration in the following fields:
|
SPLIT |
It is used for splitting the field values of an integration mapping record during export based on the configuration in the following fields:
|
SUFFIX |
It is used to add a suffix to the integration mapping record when the record is exported, based on the following field values:
Example: To suffix the Mobile Phone with the text DNC when it is exported, specify DNC in the Parameters field.
|
STRING | It is used to export the field value defined in the Internal Field Name to the destination record. |
OPTIONSET
MULTISELECTOPTIONSET TWOOPTIONS |
It is used for exporting optionset field values. To use this Data Transformation Type, you must configure the following field values:
A dataset can be equated to a set of values that can be updated in a field. For example, the Address Type field in an Address record can have one of the following values:
To map these fields, the following Integration Mapping records are required:
Example
Temporary and Permanent address information of the contact John Doe is being exported from Anthology Reach to an external system. When the export is complete, the user can view two address records with unique values in the Address Type field (Temporary and Permanent) in the exported excel file.
If a new Address Type, Shipping, needs to be included, you need to create an integration mapping record of type DataMapping that's similar to any of the four integration mapping records created above. However, the value in the External Option Value field must be Shipping.
Administrators can use this example as a framework to create integration mapping records in business cases that are unique to their institution. |