Flow - Source

Undraw My Documents

Flow - Source

About

A source data resource is a data resource produced/created by a supplier.

They are passed downstream to the first intermediate operation as input.

Cli

In tabul commands, they are mostly defined by a data selector that uses the select operation




Related HowTo
Undraw My Documents
How to create a SQL View with a SELECT query

This howto shows you how to create sql views with select query stored in SQL file We are going to use the tpcds query_11.sql to create this view. With the tabul create command, to create view...
Undraw My Documents
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 My Documents
How to load an HTLM table in a database?

This howto shows you how to load an HTML table in a SQL Table. Because the HTML resource is a file resource, it can be used as any source in any type of transfer. Example with the upsert operation...
Undraw My Documents
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...
Undraw My Documents
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 My Documents
Tabulify HowTo - How to create JSON file(s) from Tabular data with a JSON template

This howto will show you how to create a JSON file from tabular data with the template operation and a JSON template

Task Runner