Data Resource - Content Resource

Undraw Environment

About

A content resource is an object that contains data (for instance, a table or a file)

Type

Stored

A stored data resource is a data resource that is stored on disk in a connection that can be selected with a data selector

The following data operations have impact on the content of stored data resources:

The compare operation can show the difference in content.

Runtime

A query resource is:

  • a stored data resource that contains a query string
  • a exectuable data resource that return its content at runtime (ie the data is not stored but computed).

Property

Executable

A script resource is special type of data resource where the content is known as the script and is executable.




Related HowTo
Undraw Environment
Learning Tabulify - Step 10 - How to compare data resources ?

Data comparison is the corner stone of every development because it validates the data processing. Tabulify ships with a Data comparison operation that allows you to compare: the data content and...
Undraw Environment
Learning Tabulify - Step 7 - How to execute a Query

For Tabulify, a query is a script that when executed returns a content resource. In the case of a Sql Query (ie a SELECT statement), the result is a data set in tabular format. The selector of a query...
Undraw Environment
Learning Tabulify - Step 8 - How to modify the content of a table

Tabulify learning guidetransfer step The transfer page should have made you familiar with the transfer concept where we have introduced the copy operation. The copy and move operation does not modify...
Undraw Environment
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...

Task Runner