Modifying the CRM data - Cloud - 8.0

Change Data Capture

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Database components (Integration) > Change Data Capture
Data Quality and Preparation > Third-party systems > Database components (Integration) > Change Data Capture
Design and Development > Third-party systems > Database components (Integration) > Change Data Capture
Last publication date
2024-02-20

About this task

Modify the data of your customers in your CRM, for example, convert all customer names to upper case.

Procedure

  1. Double-click the tMap component and enter row1.CustomerName.toUpperCase()in front of the CustomerName column to convert all customer names to upper case.
  2. Click Ok.
  3. Double-click the tMysqlOutput component.
  4. In the Action on table field, select None.
  5. In the Action on data field, select Insert or update to insert or update table data.
  6. Save your Job and press F6 to execute the job.

Results

To view all changes done on data, right-click the Leadfact table and select View All Changes to open the relevant dialog box.