System Connection - Cd (Current Directory)

System Connection - Cd (Current Directory)

About

The cd connection is a built-in connection that points to the current directory of the local file system.

This is the default connection if this is not a app

Info

To get the path of the current directory, with the connection info command

tabul connection info cd
Information about the connection (cd)
Attribute                    Value                    Description
--------------------------   ----------------------   --------------------------------------------------------------------
BOOLEAN_DATA_TYPE            Native                   Boolean data type used to store boolean values
CHAR_DEFAULT_PRECISION       1                        Default CHAR precision
COMMENT                      The local file system    A connection description
DATE_DATA_TYPE               NATIVE                   Date data type used to store date values
HOST                                                  Host Server
MAX_CONCURRENT_THREAD                                 The maximum number of threads that can be created against the system
MAX_NAME_IN_PATH                                      The maximum number of names in a path
NAME                         cd                       The name of the connection
NATIVES                                               Native Driver attributes (jdbc properties, ...)
NCHAR_DEFAULT_PRECISION      1                        Default NCHAR precision
NVARCHAR_DEFAULT_PRECISION   0                        Default NVARCHAR precision
ORIGIN                       BUILT_IN                 The origin of the connection
PASSWORD                                              The user password
PORT                                                  Host Port
TABULAR_FILE_TYPE            text/csv                 The default media type when downloading tabular data
TIMESTAMP_DATA_TYPE          NATIVE                   Timestamp data type used to store timestamp values
TIME_DATA_TYPE               NATIVE                   Time format data type to store time values
URI                          file:///home/tabulify/   The uri of the connection
USER                                                  The user name
VARCHAR_DEFAULT_PRECISION    0                        Default VARCHAR precision
WORKING_PATH                 /home/tabulify           The working path (Schema for database, directory for file system)




Related HowTo
Learning Tabulify - Step 3 - What's a Connection ?

In the previous page, we learned that all data are known as data resource. Data resources are stored in systems in Tabulify. There is generally speaking two kind of systems: file system database...
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...
Learning Tabulify - Step 7 - How to execute a SQL Query

For Tabulify, a SQL Query is a runtime resource that when executed returns a data set in tabular format (known as the result set). The selector of a runtime is known as a runtime selector. This selector...
Tabul - How to load a CSV file into a SQL table

How to upload a CSV file into a SQL table in two steps

Task Runner