Data Resource - Virtual Columns

Undraw Environment

Data Resource - Virtual Columns

About

virtual columns are columns that contains generated data by data supplier.

Usage

They are most used to:

How to add virtual columns?

Tabulify permits to add virtual columns with:

Enrich Operation

Enrich is a intermediate pipeline operation that accepts all data suppliers as value source.

virtual-column tabul option

The virtual-column tabul option is a short cut to add a virtual column based only on the meta supplier

The syntax is the following:

--virtual-column "virtualColumnName=dataResourceAttributeName"

where:

  • virtualColumnName is the name of the column added
  • dataResourceAttributeName is the name of data resource attribute.



Related HowTo
Undraw Environment
Database HowTo - How to load JSON documents in a database

This howto will show you how to load json document (files) into your relational database.
Undraw Environment
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 Environment
How to load and analyze YAML documents in a database?

This howto will show you how to load and analyze yaml document (files) into a relational database. sqlite howto databaserelational database At its core a YAML file is just a JSON file styled in...
Undraw Environment
HowTo - How to load XML files into a Postgres with Tabulify

This database howto will show you how to load Xml file and document into a database.
Undraw Environment
HowTo - How to load XML files into a database with Tabulify

This database howto will show you how to load Xml file and document into a database.

Task Runner