Configuring the output component and executing the Job - 7.3

Data privacy

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Data Quality components > Data privacy components
Data Quality and Preparation > Third-party systems > Data Quality components > Data privacy components
Design and Development > Third-party systems > Data Quality components > Data privacy components
Last publication date
2024-04-03

Procedure

  1. Double-click the tFileOutputExcel component to display the Basic settings view and define the component properties.
  2. Set the destination file name as well as the sheet name and then select the Define all columns auto size check box.
  3. Save your Job and press F6 to execute it.
    The tDataShuffling component shuffles data in the selected columns and writes the result in an output file.
  4. Right-click the output component and select Data Viewer to display the shuffled data.
    tDataShuffling outputs shuffled data. tDataShuffling shuffles values within the first group of columns (credit_card) and within the second group of columns (lname, fname and mi).
    The shuffling process only applies to the rows sharing the same values for the country column, as defined in the component advanced settings.
    Sensitive personal information in the input data has been shuffled but data still looks real and consistent. The shuffled data is still usable for purposes other than production.