Connectors

Data Generator

The Data Generator Data Sync provider is a multi-purpose data source that can be used with Calculated/Dynamic columns to create data.

On it's own the provider simply creates rows with an ID number from 1 to n. However when combined with Dynamic columns you can create complex data models.

Connect to Data Generator

Properties

Properties that can be added to the project which can be read in Calculated/Dynamic Columns.

RowCount

The number of Rows to generate

Seed

A random value that can be used to initialise a random number generator new Random(Seed) so that it generates the same values.

Sample Data Generator Project

We have a Data Generator project which can create a list of sample users and other data. This is useful if you need to create some sample data for testing adjusting the RowCount from 1 to 10,000,000 rows.

Download Data Generator Project

Data Generator Sample