-
Notifications
You must be signed in to change notification settings - Fork 0
Column Configuration Options
K J D S SRINIVASA RAO edited this page Jan 15, 2020
·
24 revisions
A typical column format will contain the below options
- Name : Column name
- Type : Column type. This is a mandatory option.
- Config : Column configuration
- string
- date
- int
- float
- bool
- default
- list
- Length - Length of the random string to be generated, this is excluding the prefix and suffix. If not specified default value of 5 will be taken.
- Prefix - Prefix to be added to the generated string. This is optional.
- Suffix - Suffix to be added to the generated string. This is optional.
- LowerCase - Should the generated string be in lower case. This is optional and default value will be true.
- Min - Minimum value from which the random integer must be generated. By default this is set to 1
- Max - Maximum value below which the random integer must be generated. By default this is set to 1000
- Format - Format of the date to be formed. By default this is set to yyyyMMddHHmmssffff
- No configuration is required. Randomly a true or false value is generated.
- DefaultValue - Default value to be populated for all the rows. This is a mandatory field.
- No configuration required. By default an email of the format
{5}@{5}.{3}is generated where the number in{}represents the length of the string generated