Overview

Dictionary generator
NameDictionary Generator
Full type namepl.kernelpanic.dbmonster.generator.DictionaryGenerator
SQL typesany text datatype
Description
Returns value based on a dictionary. A dictionary i a text file containing items. Each row is a new unique item. Dictionary may be compressed using ZIP or GZIP algorithm. Compressed dictionarie's names must contain .zip or .gz suffix otherwise they will be not recognized.
Properties
dictFilePath to the dictionary relative to the schema file or absolute.
uniqueShould this generator return unique or random value? [default: false]