Generating sample data - 8.0

Talend Data Fabric Getting Started Guide

Version
8.0
Language
English
Operating system
Data Fabric
Product
Talend Data Fabric
Module
Talend Administration Center
Talend Installer
Talend Runtime
Talend Studio
Content
Data Quality and Preparation > Cleansing data
Data Quality and Preparation > Profiling data
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

Procedure

  1. Double-click tRowGenerator to open its RowGenerator Editor view.
  2. Click the [+] button twice to add two columns and name them to id and name, respectively.
  3. In the Functions column, select the TalendString.getAsciiRandomString(int) function for id and TalendDataGenerator.getFirstName() for name.
  4. In the Number of rows for RowGenerator field, enter the number of rows to be created in each generation. In this example, enter 100.
  5. Click OK to validate these changes and accept the propagation prompted by the pop-up dialog box.
  6. In the Input repetition interval field in the Basic settings view, enter the time interval (in milliseconds) every time at the end of which tRowGenerator generates a set of data, the set of 100 rows. In this example, it is 3000 milliseconds.