Name
The Name transformer is used to generate a full name, last name or both of them combined.
Alternation
This transformer will not mutate existing row value, it will generate a new value.
Valid Data Types
String
Default
Without specifying any options the name transformer will generated first- and last name separated by a whitespace.
Options
first-name
Type: boolean
Optional field for specicying wether or not a first name should be generated.
Default value: true
last-name
Type: boolean
Optional field for specicying wether or not a last name should be generated.
Default value: true
Examples
Default
Result: 'Daphney Schimmel'
Specifying first-name
Result: 'Rae'
Specifying last-name
Result: 'Greenfelder'
Alias
Other they specifying transformer = "name"
it’s also possible to specify
or
in order to generate first- or last name.