Tabulify - Tabul Command line

Undraw Windows

Introduction

tabul is the command line client of tabulify.

Syntax

tabul [options] module action

where:

  • module is a group of command
  • command is an action performed
  • option are optional words that configure an command.

Help

tabul --help
Tabul
=====

Tabul, the tabulify command line data processing tool



Example
-------

 1 - To load a csv file into the sqlite database, you would type:


    tabul data transfer data.csv @sqlite




Syntax
------


    tabul <command> [-h,--help]


where:


  Commands:

    app             Management apps

    connection      Management and configuration of the connections to systems.

    data            Data operations against data resources (table, file, ...).

    env             Management and configuration of the tabul execution environment

    flow            Execute Flows

    service         Start and stop services

    vault           Encrypt and decrypt sensitive information

    version         Show build and version information


  Option:

    -h,--help       Print this help

    -v,--version    Print version information




Related HowTo
Undraw Windows
HowTo - Tabul

This sections regroups all howto's dedicated to the tabul command line
Undraw Windows
Learn Tabulify in 10 steps

tabulifydata processingdata deliverytabul learn guide you through the data concepts and show you how to perform basic data operations tabulify Step 1 - Tabulify Installation
Undraw Windows
Learning Tabulify - Step 1 - Installation

To learn Tabulify, you need to install the Tabul command line tool. This pages will guide you through the installation steps. On Windows WSL, macOS or Linux, you can install Tabulify with brew....
Undraw Windows
Learning Tabulify - Step 4 - How to select Data Resources

To select a data resources such as a file or a database table, Tabulify uses the concept of: and dependency (Do we select also the dependent data resources) This page goes through this concepts...

Task Runner