What kind of data can be generated?
CustomDataGenerator generate data of different types. In general it can create data of these types:
- Numeric Data: Boolean Numbers, Integer Numbers, Real Numbers
- Time and Date.
- Textual Data: Random text, Word-Lists or Fixed Item Lists.
Where generated data is written?
Generated data can be written to CSV files or SQLite databases.
How do I generate that data?
To generate data follow these steps:
Step 1. You have to create a data generation project, by default it opens a demo project with some data generators already added to it. If you want, delete those generators using the menu Edit → Delete of the delete key.
Step 2. Add some data generators to your project. Generators are the components that create the data.
Step 3. Add a CSV Output or SQLite Output to the project, outputs are used to write the generated data to storage like a CSV file or a SQLite database.
Step 4. Change generator settings.
Step 5. Press Start Generation in the toolbar, select the menu Generation → Start or press Command + R to start the generation.
How do I setup the generators and outputs options?
See more in the reference.


