Getting Started

What kind of data can be generated?

CustomDataGenerator generate data of different types. In general it can create data of these types:

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 2 - Drag&Drop Generators to the project

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 4 - Change Generator/Output Settings

Step 5. Press Start Generation in the toolbar, select the menu Generation → Start or press  Command + R to start the generation.

Step 5 - Generate Data

 How do I setup the generators and outputs options?

See more in the reference.