Loop count: | |
Value(s): |
Account type | |
Num Saved Data Sets | |
Total rows generated | |
Date account created | |
Date account expires |
You don't have any saved data sets.
Data Set Name | Data Created | Last Modified | Public? | Rows Generated | History | Load |
---|
Loading configuration history...
History is limited to rows « back to Data Sets
ID | Data Set Name | Last Modified | Load |
---|
Generates human names (mostly Western) in any format you need. You can specify multiple formats by separating them with the pipe (|) character. The following strings will be converted to their random name equivalent:
Name |
A first name, male or female. |
MaleName |
A male first name. |
FemaleName |
A female first name. |
Initial |
An upper-case letter, A-Z. |
Surname |
A random surname. |
Because of this additional complexity, however, the code runs slightly slower. You can specify multiple formats by separating them with the pipe (|) character. The following strings will be converted to their random name equivalent:
Name |
A first name, male or female. |
MaleName |
A male first name. |
FemaleName |
A female first name. |
Initial |
An upper-case letter, A-Z. |
Surname |
A random surname. |
Whatever text you enter into the options text field will be used to generate telephone numbers. Capital X's will be converted to a random number between 1 and 9; lower-case x's will be converted to a random number between 0 and 9.
Select one of the values in the example dropdown for some ideas. Remember: anything other than the X and x character are left unconverted.
As with many of the other data types, to generate phone numbers in multiple format separate them with a pipe | character.
Generates a phone number in an appropriate format for the row of data. If it encounters an unfamiliar country, it generates a default phone number in the format (xxx) xxx-xxxx.
No help available.
This data type randomly generates a date between the dates specified, and allows for unique formatting of the result. See the table below for a list of viable formatting rules (these are cribbed from the standard PHP date() formatting options). Take a look at the example dropdown to select from existing formatting options.
Char |
Description |
Example |
d |
Day of the month, 2 digits with leading zeros | 01 to 31 |
D |
A textual representation of a day, three letters | Mon through Sun |
j |
Day of the month without leading zeros | 1 to 31 |
l |
A full textual representation of the day of the week | Sunday through Saturday |
S |
English ordinal suffix for the day of the month, 2 characters st, nd, rd or th. Works well with j | Sunday through Saturday |
w |
Numeric representation of the day of the week | 0 (for Sunday) through 6 (for Saturday) |
z |
The day of the year (starting from 0) | 0 through 365 |
W |
ISO-8601 week number of year, weeks starting on Monday | 42 (the 42nd week in the year) |
F |
A full textual representation of a month, such as January or March | January through December |
m |
Numeric representation of a month, with leading zeros | 01 through 12 |
M |
A short textual representation of a month, three letters | Jan through Dec |
n |
Numeric representation of a month, without leading zeros | 1 through 12 |
t |
Number of days in the given month | 28 through 31 |
L |
Whether it's a leap year | 1 if it is a leap year, 0 otherwise. |
Y |
A full numeric representation of a year, 4 digits | 1999 or 2003 |
y |
A two digit representation of a year | 99 or 03 |
Generates a random company name, comprised of a lorem ipsum word and an appropriate suffix, like Dolor Inc., or Convallis Limited.
This Data Type generates a random SIRET/SIREN French business identification number.
SIRET: |
A random SIRET compound of a SIREN and NIC ( 508102811-00009 ). |
SIREN: |
A random SIREN (508102811). |
More info: |
WIKI SIRET |
No help available.
Generates a personal number, used in some countries for social security insurance. At the present time only swedish ones are supported. The personal numbers are generated according to the format you specify:
PersonalNumberWithoutHyphen |
A (swedish) personal number with 12 siffers and no hyphen |
PersonalNumberWithHyphen |
A (swedish) personal number with 12 siffers and an hyphen |
Generates organisation numbers, used in some countries for registration of companies, associations etc. At the present time only Swedish ones are supported. The organisation numbers are generated according to the format you specify:
OrganisationNumberWithoutHyphen |
A (Swedish) organisation number with 12 siffers and no hyphen |
OrganisationNumberWithHyphen |
A (Swedish) organisation number with 12 siffers and a hyphen |
No help available.
No help available.
Generates random Canadian provinces, states, territories or counties, based on the options you select. The Full Name and Abbreviation sub-options determine whether the output will contain the full string (e.g. "British Columbia") or its abbreviation (e.g. "BC"). For UK counties, the abbreviation is the standard 3-character Chapman code.
No help available.
This data type generates a random latitude and/or longitude. If both are selected, it displays both separated by a comma.
This data type generates random, valid credit card numbers according to the format you specify. It is currently capable of generating numbers for the following brands: Mastercard, Visa, Visa Electron, American Express, Discover, American Diner's, Carte Blanche, Diner's Club International, , JCB, Maestro, Solo, Switch, Laser.
Generates a random credit card PIN number from 1111 to 9999.
Generates a random credit card CVV number from 111 to 999.
This option generates a fixed number of random words, pulled from the standard lorem ipsum latin text.
This option generates a random number of words - the total number within the range that you specify (inclusive). As with the Fixed number option, the words are pulled the standard lorem ipsum latin text.
This Data Type lets you generate random alpha-numeric strings. The following table contains the character legend for this field. Any other characters you enter into this field will appear unescaped.
L |
An uppercase Letter. | V |
An uppercase Vowel. |
l |
A lowercase letter. | v |
A lowercase vowel. |
D |
A letter (upper or lower). | F |
A vowel (upper or lower). |
C |
An uppercase Consonant. | x |
Any number, 0-9. |
c |
A lowercase consonant. | X |
Any number, 1-9. |
E |
A consonant (upper or lower). | H |
An Hexidecimal number (0-F) |
Generates a Boolean value in the format you need. You can specify multiple formats by separating them with the pipe (|) character. The following strings will be converted to their Boolean equivalent:
true
and false
values are special. Depending on the export type, these may be output without double quotes.
Generates a column that contains a unique number on each row, incrementing by whatever value you enter. This option can be helpful for inserting the data into a database field with an auto-increment primary key.
The optional placeholder string lets you embed the generated increment value within a string, via the {$INCR} placeholder. For example:
This randomly generates a number between the values you specify. Both fields allow you to enter negative numbers.
This data type generates random currency values, in whatever format and range you want. The example dropdown contains several options so you can get a sense of how it works, but here's what each of the options means.
Format |
The format field governs exactly how the money value should be formatted. X's are converted into a number: all other values are left as-is. |
Range - From |
Specifies the lower range of whatever values you want to generate. Note: this field should only contain numbers and (if you want) a decimal point and two following numbers to represent cents/pence/etc. |
Range - To |
The upper range of the numbers to generate. |
Currency Symbol |
Whatever currency symbol you want to use, e.g. $, €, etc. |
Prefix/Suffix |
This determines where the currency symbol should appear. |
No help available.
This data type lets you generate a column of data that has repeating values from row to row. Here's a couple of examples to give you an idea of how this works.
Try tinkering around with it. You'll get the idea.
The Composite data type lets you combine the data from any other row or rows, and manipulate it, change it, combine the information and more. The content should be entered in the Smarty templating language.
To output the value from any row, just use the placeholders {$ROW1}, {$ROW2}, etc. You cannot refer to the current row - that would either melt the server and/or make the universe implode.
Here are a few examples:
Please see the Smarty website for more information on the syntax.
This data type lets you generate tree-like data in which every row is a child of another row - except the very first row, which is the trunk of the tree. This data type must be used in conjunction with the Auto-Increment data type: that ensures that every row has a unique numeric value, which this data type uses to reference the parent rows.
The options let you specify which of your form fields is the appropriate auto-increment field and the maximum number of children a node may have.
Enter a list of items, separated by a pipe | character. Then select whether you want Exactly X number of items, or At most X items from the list. Multiple items are returned in a comma-delimited list in the results. If you want your data set to include empty values, just add one or more pipe characters at the end - the more pipes you enter, the greater the probability of an empty value being generated.
The Computed Data Type gives you access to the metadata about fields in the row to let you generate whatever output you want based on that information. If you just need to access the generated string value from another field (i.e. what you see in the output), see the Composite Data Type. This field type gives you much more access to each field.
{$ROW1}, {$ROW2} etc. contain everything available about that particular row. The content changes based on the row's Data Type and what has been generated, but high-level it contains the following properties:
De-nied. In order to share this Data Set with other people, you need to save it first.
First Name | |
Last Name | |
Password |
********
|
Are you sure you want to delete this user account?
First Name | |
---|---|
Last Name | |
You have bundling/minification enabled. If you click the Reset Plugins button you will need to run grunt to recreate the bundles. For more information read this documentation page. If you have any problems, you may want to turn off bundling.