Data Output
This is the final node that must be added at the end of the transformation diagram. It displays the preview of the file after the changes done to the file in the preceding nodes.
Node configuration
This node doesn’t require configuration.
Example of use
You can create a transformation of a sample file with customers’ data by adding a marketing_agreement
column and rename the email_address
column to email
. Later, you can use this transformation while importing customers to Synerise.

- Start the transformation with the Data Input node.
- Click the node.
- In the configuration of the node, upload a sample file with customer data.
- Add the Add column node and join it with the Data Input.
- In the configuration of the Add column node:
- In the Add column field, enter
marketing_agreement
. - Leave the Defined option selected.
- Next to the Defined option, in the field, enter
true
.
Configuration of the Add column node - In the Add column field, enter
- Confirm by clicking Apply.
- Add the Rename column node.
- In the configuration of the node, change the
email_address
toemail
. - Connect the Rename column with the Add column.
- Add the Output data node and join it with the Add column node.
Preview of the file in Data Output