Skip to content

Operation create.tables.from.file_bundle in plugin tabular v0.5.3

Create a database from a file_bundle value.

Currently, only csv files are supported, files in the source file_bundle that have different extensions will be ignored.

Unless 'merge_into_single_table' is set to 'True' in the module configuration, each csv file will create one table in the resulting database. If this option is set, only a single table with all the values of all csv files will be created. For this to work, all csv files should follow the same schema.

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

Inputs

Name Description Type Required? Default
file_bundle

The source value (of type 'file_bundle').

file_bundle true null

Outputs

Name Description Type Required? Default
tables

The result value (of type 'tables').

tables true null

Module configuration

Module create.tables

With configuration options:

source_type "file_bundle"
target_type "tables"