Skip to main content

Providers

To generate a new column of random data, select one of the providers below. There are some properties common to all providers. If you prefer, provide the same information as a JSON schema.

Providers

Data ProviderDescription
Random NameGenerates random names. Select Full Name, First Name, or Last Name as the sub-types.
Random AddressGenerates random addresses.
Random EmailGenerates random emails.
Random Phone NumberGenerates random phone numbers based on specified or default pattern. Example: specify the pattern for a phone number as (###) ###-####.
Random String UUIDGenerates random UUIDs in string form.
Random Boolean ValuesGenerates random boolean values (True/False).
Random Integer NumbersGenerates random integers within the range from Start Value to End Value.
Random Elements From ListGenerates random values from the list of values. Just type into the List Of Values field.
Random DateGenerates random dates within the given range.
Random DateTimeGenerates random datetime values within the given range.
Random Foreign Key ValuesPicks values randomly from specified foreign key column. Select another table to act as the reference table and provide the location, e.g., catalog.database.table. Select any column from the reference table to designate as Reference Column Name.

Common properties

Properties common to all providers

NameDescription
Column NameCustom name for the output column.
Data TypeData type of output column.
Null Percentage (Optional)X percent of values will be populated as null in generated column based on Row Count.