Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howto:learn:1_install [2021/07/19 18:30] gerardnico [Tabli] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Learning Tabulify - Step 1 - Installation ====== | ||
- | |||
- | |||
- | ===== Tabli ===== | ||
- | To learn '' | ||
- | |||
- | This pages will guide you through the installation steps. | ||
- | |||
- | ===== Steps ===== | ||
- | |||
- | ==== Prerequisites ==== | ||
- | '' | ||
- | |||
- | You should have therefore already a '' | ||
- | |||
- | You can check it by calling the below command | ||
- | < | ||
- | java -version | ||
- | </ | ||
- | < | ||
- | java version " | ||
- | Java(TM) SE Runtime Environment (build 1.8.0_251-b08) | ||
- | Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode) | ||
- | </ | ||
- | |||
- | < | ||
- | If this is not the case, you can download it and install it at the [[https:// | ||
- | </ | ||
- | |||
- | |||
- | |||
- | |||
- | ==== Installation Directory ==== | ||
- | |||
- | |||
- | Create a directory called the [[tabli: | ||
- | |||
- | * Windows | ||
- | <code dos> | ||
- | :: Below c:\tabulify is the Tabulify Home. | ||
- | mkdir c:\tabulify | ||
- | </ | ||
- | * Linux / Mac | ||
- | <code bash> | ||
- | # Below / | ||
- | mkdir / | ||
- | </ | ||
- | |||
- | ==== Download ==== | ||
- | You need to [[https:// | ||
- | |||
- | '' | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | ==== Unzip ==== | ||
- | Unzip the downloaded file into the [[tabli: | ||
- | |||
- | At the command line: | ||
- | * Windows | ||
- | <code dos> | ||
- | unzip tabulify.zip -d c:\tabulify | ||
- | </ | ||
- | * Linux | ||
- | <code bash> | ||
- | unzip tabulify.zip -d / | ||
- | </ | ||
- | ==== Symlink ==== | ||
- | |||
- | * Optionally, create a symlink into your bin directory to be able to call [[tabli: | ||
- | <code dos> | ||
- | mklink c: | ||
- | </ | ||
- | * This local '' | ||
- | <code dos> | ||
- | setx PATH=%PATH%, | ||
- | </ | ||
- | |||
- | ===== Tabli ===== | ||
- | If you can call the '' | ||
- | |||
- | [[tabli: | ||
- | |||
- | * Open a console | ||
- | * Call [[tabli: | ||
- | < | ||
- | <code dos> | ||
- | tabli --help | ||
- | :: or if you didn't have the directory in your PATH environment variable | ||
- | :: TABULIFY_HOME\tabli.cmd --help | ||
- | :: in our installation documentation | ||
- | :: c: | ||
- | </ | ||
- | * The [[tabli: | ||
- | < | ||
- | Tabli | ||
- | ===== | ||
- | |||
- | Tabli, the tabulify command line data processing tool | ||
- | |||
- | |||
- | |||
- | Example | ||
- | ------- | ||
- | |||
- | 1 - To load a csv file into the sqlite database, you would type: | ||
- | |||
- | |||
- | tabli data transfer data.csv @sqlite | ||
- | |||
- | |||
- | |||
- | |||
- | Syntax | ||
- | ------ | ||
- | |||
- | |||
- | tabli < | ||
- | |||
- | |||
- | where: | ||
- | |||
- | |||
- | Commands: | ||
- | |||
- | conf Management and configuration of the tabli environment. | ||
- | |||
- | connection | ||
- | |||
- | data Data operations against data resources (table, file, ...). | ||
- | |||
- | vault | ||
- | |||
- | |||
- | Option: | ||
- | |||
- | -h, | ||
- | </ | ||
- | </ | ||
- | |||
- | ===== Optional ===== | ||
- | ==== Terminal Width Size ==== | ||
- | |||
- | Set the width size of you terminal to a big enough number. We recommend 9000. | ||
- | |||
- | When [[tabli: | ||
- | |||
- | To avoid this inconvenient, | ||
- | |||
- | Example with '' | ||
- | * Top-Left corner > Properties > Layout | ||
- | |||
- | {{: | ||
- | ===== Next Step ===== | ||
- | |||
- | In '' | ||
- | |||
- | <btn> | ||
- | [[2_data_resource|What' | ||
- | </ | ||