Job-related values

Job Area

Produces a value that describes the area of expertise for a job. For example, Security or Quality.

{ 
  "name": string,
  "data_type": string,
  "generator": "Job Area",
  "percent_null": integer,
  "virtual": boolean,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}

Job Descriptor

Produces a value that describes a general descriptor of the job hierarchy level. For example, Senior or Lead.

{ 
  "name": string,
  "data_type": string,
  "generator": "Job Descriptor",
  "percent_null": integer,
  "virtual": boolean,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}

Job Title

Produces a job title. For example, Senior Security Engineer or Principal Program Manager.

{ 
  "name": string,
  "data_type": string,
  "generator": "Job Title",
  "percent_null": integer,
  "virtual": boolean,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}

Job Type

Produces a value that describes the type of job or type of work that the job entails. For example, Engineer or Manager.

{ 
  "name": string,
  "data_type": string,
  "generator": "Job Type",
  "percent_null": integer,
  "virtual": boolean,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}

Last updated