
Datagen StringValueGenerator
CertifiedGenerate strings from templates
Datagen StringValueGenerator
Certified
Generate strings from templates
Renders the value string (Pebble) and then evaluates Datafaker expressions like #{name.firstName} for each record. Locale list overrides Faker locale; empty list uses the library default.
yaml
type: io.kestra.plugin.datagen.generators.StringValueGeneratorProperties
value *RequiredNon-dynamicstring
String template
String rendered per record; supports Pebble variables and Datafaker expressions starting with #{
locale array
SubTypestring
Locales
Optional locale list in the format [language, country, variant]; empty list uses Faker's default locale.