Dictionary generator |
Name |
Dictionary Generator |
Full type name |
pl.kernelpanic.dbmonster.generator.DictionaryGenerator |
SQL types |
any 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 |
dictFile |
Path to the dictionary relative to the schema file or absolute. |
unique |
Should this generator return unique or random value? [default: false] |