Menu

Tree [257076] default tip /
 History

Read Only access


File Date Author Commit
 core 2011-05-05 Mario R. Affonso Mario R. Affonso [1c977f] added decimal tag
 data 2011-05-04 Mario R. Affonso Mario R. Affonso [a02064] Feature request ID: 3297117 - consolidate all d...
 demo 2011-05-05 Mario R. Affonso Mario R. Affonso [1c977f] added decimal tag
 help 2011-05-05 Mario R. Affonso Mario R. Affonso [1c977f] added decimal tag
 res 2011-05-02 Mario R. Affonso Mario R. Affonso [1dbcb3] added the project (v0.1)
 .hgignore 2011-05-03 Mario R. Affonso Mario R. Affonso [0d46ff] moved a bunch of functions to core modules
 .hgtags 2011-05-05 Mario R. Affonso Mario R. Affonso [257076] Added tag 0.2 for changeset 1c977f9b12b4
 _build-win32-package.nsi 2011-05-05 Mario R. Affonso Mario R. Affonso [1c977f] added decimal tag
 _build-zipfile.py 2011-05-04 Mario R. Affonso Mario R. Affonso [438b58] Feature request: 3296173 - created nsi script t...
 _build.bat 2011-05-05 Mario R. Affonso Mario R. Affonso [1c977f] added decimal tag
 changelog.txt 2011-05-04 Mario R. Affonso Mario R. Affonso [270df9] did alot of work in core/generator (adding new ...
 copyright.txt 2011-05-02 Mario R. Affonso Mario R. Affonso [1dbcb3] added the project (v0.1)
 readme.txt 2011-05-02 Mario R. Affonso Mario R. Affonso [1dbcb3] added the project (v0.1)
 rtdg.pyw 2011-05-05 Mario R. Affonso Mario R. Affonso [1c977f] added decimal tag
 run-rtdg.bat 2011-05-02 Mario R. Affonso Mario R. Affonso [1dbcb3] added the project (v0.1)
 setup.py 2011-05-02 Mario R. Affonso Mario R. Affonso [e00ad2] feature request 3296161 (Have application save ...

Read Me

Randy the Data Generator Help
-----------------------------


Usage:
=====

Enter the any text you want plus data tags.

Example: %firstname%, %lastname%, %address%, %phone%
Output:
--
John, Stark, 123 Starkton Rd., 416-278-1952
Randy, Canhoon, 45 Dillby Dr., 416-713-9847
--

If you need percentage signs around the text you can do that as well.

Example: %%firstname%%, %%lastname%%
Output: %Tom%, %Willis%

Some data tags will take arguments as well.

Example: %ai%.{10}, %firstname%, %lastname%
Output:
--
10, Richard, Harris
11, Gerald, Sardis
--


Available tags
==============

Tag		| Description
---------------------------------------------
%ai%{start}	| Auto incriment integer
%firstname%	| First name
%firstinitial%	| Initial of first name
%lastname%	| Last name
%lastinitial%	| Initial of last name
%initial%	| Inital (a single capital letter)
%city%		| City
%province%	| Province
%country%	| Country
%postalcode%	| Postal code
%phone%		| Phone number
%email%		| Email address