Column Data Supplier

Undraw File Manager

Column Data Supplier

About

A data supplier defines how data is supplied to a column.

Syntax

This syntax is in a data definition format that can be used:

Columns:
  - name: columnName
  # the data supplier
    data-supplier:
      # the data supplier type
      type: sequence
      # the arguments of the data supplier type
      arguments:
        start: 3
        step: 2
        maxTick: 5

List

Name Generator/Enrich
support
Description
Data Set Generator/Enrich Generates data from a data set
Entity Generator/Enrich Generates data from an entity data set
Expression Generator/Enrich Supplies derived data (expression from other columns)
Histogram Generator/Enrich Generates a distribution of data
Meta Enrich Add metadata from input data resources (such as file name, …)
Random Generator/Enrich Generates data randomly
Regular Expression Generator/Enrich Generates data from a regular expression
Sequence Generator/Enrich Generates data in sequence



Related HowTo
Undraw File Manager
How to add information about the selected resources with the Enrich operation ?

enrich is an intermediate operation that will add virtual columns to its inputs thanks to data supplier. Enrich accepts only one argument data-def where you can define extra columns called virtual columns...
Undraw File Manager
HowTo - Data Generator

A collection of how-to's to get the in and out of the Tabulify Data Generator
Undraw File Manager
Learning Tabulify - Step 9 - How to fill a data resource with generated data ?

Tabulify integrates natively a data generator. You can generate realistic production data and start working on your project right away. anonymize production data in your development environment because...
Undraw File Manager
SQLite - How to fill a table with a resource data generator?

This how-to will show you how to define the generation of data via a data definition file and load it into a table via the tabul data fill operation.
Undraw File Manager
Tabulify - How to fill a database relational schema with generated data and Tabul

This how-to will show you how to use the tabul fill command to fill all the tables of a schema with generated data.

Task Runner