Skip to content

Operation create.database.from.file in plugin tabular v0.5.3

Create a database from a file.

Currently, only csv files are supported.

Author(s) Markus Binsteiner (markus@frkl.io)
Tags tabular
Operation type create_from

Inputs

Name Description Type Required? Default
file

The source value (of type 'file').

file true null
first_row_is_header

Whether the first row of the file is a header row. If not provided, kiara will try to auto-determine.

boolean false null

Outputs

Name Description Type Required? Default
database

The result value (of type 'database').

database true null

Module configuration

Module create.database

With configuration options:

source_type "file"
target_type "database"