This version addresses two issues with Office 2010 and 2013 installation.
If you have already purchased RDG, you should receive an email with a download link later today. If not, what are you waiting for?
PurchaseGenerate random test data in Microsoft Excel
This version addresses two issues with Office 2010 and 2013 installation.
If you have already purchased RDG, you should receive an email with a download link later today. If not, what are you waiting for?
PurchaseNew in this update:
Those of you who have already purchased should receive an email shortly with a download link.
PurchaseAs I explained in a previous post, RDG 3.3 introduces a primitive RegEx parser for creating custom strings that are formatted to the output you specify.
Continue Reading »
One of the new features in RDG is transient custom lists. You can see a screenshot here.
Continue Reading »
Random Data Generator version 3.3.0 is now available for purchase or upgrade.
This version features several enhancements, including:
Upgrade emails will be going out shortly.
There are now 64 available fields and 14 different output formats! If you were holding off on purchasing, there is no excuse any longer.
Thanks to Rick Rothstein for identifying a few bugs in the new version.
Buy RDGI am so stoked about the RegEx parser in the upcoming version of RDG. Version 3.3 will have a RegEx parser similar (albeit primitive) to other products that produce random data.
Using a pattern mask you can create your own types of random output.
For example, create your own credit card format:
####-####-###-####
Or output phone numbers:
(###) ###-####
GUIDs can easily be simulated using this mask:
\h\h\h\h\h\h\h\h-\h\h\h\h-\h\h\h\h-\h\h\h\h\h\h\h\h\h\h\h\h
Or your company has a unique ID numbering scheme like this:
ID-@@-####
Can you guess what the output of the field would be?
Even street addresses are possible:
##-## ## Street
My ultimate goal is to create a full blown RegEx parser so that more diverse types of syntactically valid pattern masks may be entered.
I am currently writing version 3.3 of Random Data Generator. This version will feature even more enhancements. Here's what I have done so far:
On the Options form, enter a pattern mask and click "Apply to Random Strings". Use the following characters:
'?' stands for one of any character (any capital or lowercase letter or number)
'@' stands for one of any letter (capital or lowercase)
'#' stands for one of any number
'\' followed by any character prints that character literally, except '\h' prints a hexadecimal character (0-F)
Any other characters are printed literally.
I am planning on implementing the following features in some future version of RDG:
Announcing Random Data Generator 3.2, with new features and output fields!
An upgrade to RDG is in the pipeline and will be coming very soon! This version will feature:
Details to follow in the announcement post.
A free (but limited) version of RDG is now available, visit Get The Free Version to download and compare with the Pro version of RDG.
Follow Me