Skip to main content

Fabrication (Data Generator)

Overview of Data Generator

Data Generator module in Fabrication provides capability to generate data which can be exported into various formats like CSV, SQL & JSON. This module can be accessed via Fabrication > Data Generator

Creating/Editing Data Generator Configuration

A new data generator configuration can be created by clicking on the "Add" button. To edit the existing configuration, click on the Edit button in the listing view.

The Add/Edit form is opened to create a new or edit existing configuration.

A screenshot of a computer Description automatically
generated

Below are the details of the various fields in the form.

TypeDescription
Configuration NameThe name of the data generator configuration.
Export TypeType of the export file which will be created on execution.
DescriptionDescription for the configuration.
NotificationList of users who will be notified.
StatusStatus of the configuration.
Row CountTotal number of records to be created.

SQL Export Type Options

TypeDescription
Database TypeThis field defines the data source type for which the SQL queries need to be generated.
Batch SizeThis field defines the batch size for each SQL query.
Table NameTable Name to be used in SQL query.
Create TableDecision to insert create table command in the SQL queries.
Drop TableDecision to insert drop table command in the SQL queries.

CSV Export Type Options

TypeDescription
DelimiterThe delimiter to be used in CSV records.

JSON Export Type Options

TypeDescription
SettingJSON Format to be Simple/Complex.
CategoryThe category of the column.
Column NameName of the column for data generation.
PatternPattern which will be used to generate data.
LookupLookup file which will be used to generate data.

Generating Data

Data generation request can be created by clicking on the "Execution" button in the configuration listing.

Graphical user interface, application Description automatically
generated

Once the request has been executed the status of the request can be checked in "Data Fabrication Execution" widget under configuration listing widget. Once the request is completed, the download button would be visible. Clicking on the button will download the required data file.

A screenshot of a computer Description automatically
generated