Datagen StringValueGenerator

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.StringValueGenerator
Properties

String template

String rendered per record; supports Pebble variables and Datafaker expressions starting with #{

SubTypestring

Locales

Optional locale list in the format [language, country, variant]; empty list uses Faker's default locale.