Generator - DataSet Generator

Undraw File Manager

Generator - DataSet Generator

About

A data set generator is a column data generator that generates data from any resource (Ie from any data set)

Example

Arguments

The list of arguments that you can use in the data-supplier are:

Attribute Name Description Default
data-uri A mandatory data uri
column The column to get the data from in the data uri The column name
meta-columns A map that links a local column to a metadata column (a third column) Empty

Weight Factor

Note that you can apply a Weight Factor to the data generated.

If you data resources contains a numeric weight factor column called probability, weight or factor, a histogram (distribution) is generated.




Related HowTo
Undraw File Manager
How to generate data with a data set?

This howto will show you how to generate data with an data set generator. In these examples, we use a predefined csv entity file but you could any data resource such as : a sql table a sql query...
Undraw File Manager
How to retrieve a third column from a data set generator ?

This howto will show you how to use the data set meta generator to retrieve a meta column (ie third column) from a data set defined in a data set generator (ie data set or entity generator) In this...

Task Runner