Function list grouped by Category

Random Data

Database Access

Auto Incremental

  • Inc - auto incremental or decremental integer
  • IncChar - auto incremental char/symbol
  • IncDate - auto incremental date
  • IncFloat - auto incremental float value
  • IncTime - auto incremental time

Conversions

  • CVT - convert data set to document
  • First - extracts first symbols from the string
  • Format - apply format string to any pattern
  • Last - extracts last symbols of the string
  • Lower - convert to lower case
  • Pattern - calculate parameter as a pattern
  • Quote - quote pattern execution results if necessary
  • Upper - convert to upper case
  • Truncate - truncate string if necessary

Date and Time functions

  • Date - date constant
  • Now - current time
  • Today - current date
  • Time - time constant

Make JSON functions

Flow Control

  • Call - named generator call
  • Case - select value from list by selector
  • Group - dependent group item
  • If - select own of two patterns by expression value
  • IfR - select own of two patterns by specified probability
  • List - complex cases for value list
  • ListPattern - unique value list generated by pattern
  • Old - existing value for update and data scrambling
  • Sequence - use same generated value a few times
  • Unique - unique value based on specified pattern
  • Variables - resolves references and variable calls

External Files

  • File - data from text file
  • FileGroup- group based on text file
  • BLOB - BLOB loader
  • JSON - use JSON file as external data source
  • XML - uses data from XML documents

Arrays

  • RIntN - array on integers
  • RStringN - array on strings
  • ListN - array on predefined values
  • Repeat - array on custom values

Other Data Sources

  • ByExample - by user-provided examples
  • Guid - unique identifier
  • DLL - call custom generator from external DLL
  • Geography - generate Geography data in WKT format
  • Geometry - generate Geometry data in WKT format
  • LibGroup - group based on library table
  • Library - value from library
  • Regexp - value defined by regular expression
  • Script - run user-defined script as test data provider
  • ScriptGroup - group of value based on user-defined script
  • Web File - HTTP or FTP request based value list
  • Web File Group - HTTP or FTP request based group