Overview

String generator
NameString Choice Generator
Full type namepl.kernelpanic.dbmonster.generator.StringChoiceGenerator
SQL typeschar, varchar, text
Description
String choice generator is used to return a single random string from the small set of available values. It acts similar to DictionaryGenerator but it is easier to configure.
Properties
choiceComma-separated list of choices. [i.e: dog, cat, cow, horse]
nullsHow many nulls should this generator produce per every 100 generations? [0 - 100, default: 0]