Datagen JsonObjectGenerator

Datagen JsonObjectGenerator

Certified

Generate JSON objects from templates

Renders the value map, then evaluates Datafaker expressions (#{...}) on every record. Supports nested maps/lists; locale list overrides Faker locale, otherwise the library default is used.

yaml
type: io.kestra.plugin.datagen.generators.JsonObjectGenerator
Properties

Object template

Map of key-value pairs rendered per record; strings starting with #{ are evaluated by Datafaker, including nested maps and lists.

SubTypestring

Locales

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