Data Resource - Record (Row)

Undraw Environment

Data Resource - Record (Row)

About

A record is the logical unit of a tabular data resource (ie a tabular data resource is composed of one or more records).

Example

Name Definition
table the records are rows
directory the records are contained files and/or directories
csv the records are lines

Each data resource has its own logical definition of what a record is.

Note

Count Attribute

If the data resource is a content resource, the count attribute gives back the number of record that a data resource contains.

Pipeline: Change the granularity

In a pipeline, you can change the granularity from resource to record with the split operation

Why Record and not Row?

We use the term record and not row because it is more generic and refer to data structures in various contexts (files, documents, etc.). A row is the record of a table.




Related HowTo
Undraw Environment
How to define an archive entry as data resource?

This howto will show you how to define an entry in an archive as data resource. In the world-db.tar.gz archive of the MySQL...
Undraw Environment
How to diff a SQL table ?

This howto show you how to perform diff operation between 2 SQL Tables with the data diff command. In this step, we load the csv resources that we want to compare into sqlite Load the original...
Undraw Environment
Learning Tabulify - Step 10 - Data Diff, a step by step

Data Diff is the cornerstone of every development because it validates the processing of data. Tabulify ships with a Data diff operation that allows you to compare: the data content and the data...

Task Runner