Add Attributes Step
Adds new attributes to your data flow.
This step is available for all transformation types: standalone plans, embedded plans, transformation rules, and transformation catalog items. |
Configuration
-
Provide the attribute name and data type, and define the attribute using ONE expressions.
Example: To create a new attribute,
full_name
, which concatenates two existing attributes,first_name
andlast_name
, and also trims the value, you would use the expressiontrim(contactfirstname+' '+contactlastname)
. -
Select Add Expression attribute to add additional attributes, and repeat as necessary.
Was this page useful?