Skip to content

Column Configuration Options

K J D S SRINIVASA RAO edited this page Jan 13, 2020 · 24 revisions

Column Configuration Options

A typical column format will contain the below options

  • Name : Column name
  • Type : Column type
  • Config : Column configuration

Supported Column Types

  • string
  • date
  • int
  • float
  • bool
  • default
  • email
  • list

String Type Column Configuration Options

  • 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.

Int Type Column Configuration Options

  • 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

Date Type Column Configuration Options

  • Format - Format of the date to be formed. By default this is set to yyyyMMddHHmmssffff

Clone this wiki locally