Skip to content

Operation create.table.from.file in plugin tabular v0.5.1

Create a table from a file, trying to auto-determine the format of said file.

Currently supported input file types:

  • csv
  • parquet
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 a (csv) file is a header row. If not provided, kiara will try to auto-determine. Ignored if not a csv file.

boolean false null

Outputs

Name Description Type Required? Default
table

The result value (of type 'table').

table true null

Module configuration

Module create.table

With configuration options:

source_type "file"
target_type "table"