id, type Integer, 2 characters long.
firstName, type String, 15 characters long
lastName, type String, 15 characters long
city, type String, 15 characters long
For the id column, select Numeric.sequence from the Function list to generate sequence numbers.
For the firstName column, select TalendDataGenerator.getFirstName from the Function list to generate random first names.
For the lastName column, select TalendDataGenerator.getLastName from the Function list to generate random family names.
For the city column, select TalendDataGenerator.getUsCity from the Function list to generate random city names.
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!