Skip to content

Module create.database in plugin tabular v0.5.3

Author(s) Markus Binsteiner (markus@frkl.io)
Tags tabular
Python class kiara_plugin.tabular.modules.db.CreateDatabaseModule

Module configuration options

Configuration class: kiara_plugin.tabular.modules.db.CreateDatabaseModuleConfig

Name Description Type Required? Default
source_type

The value type of the source value.

string true null
target_type

The value type of the target.

string true null
constants

Value constants for this module.

object false null
defaults

Value defaults for this module.

object false null
include_source_metadata

Whether to include a table with metadata about the source files.

anyOf: [{'type': 'boolean'}, {'type': 'null'}] false null
ignore_errors

Whether to ignore convert errors and omit the failed items.

boolean false false
include_source_file_content

When including source metadata, whether to also include the original raw (string) content.

boolean false false
merge_into_single_table

Whether to merge all csv files into a single table.

boolean false false