Operation export.tables.as.sqlite_db in plugin tabular v0.5.0
Export network data as a sqlite database file.
Author(s) | Markus Binsteiner (markus@frkl.io) |
Tags | tabular |
Operation type | export_as |
Inputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
tables | A value of type 'tables'. | tables | true | null |
export_metadata | Whether to also export the value metadata. | boolean | true | false |
base_path | The directory to export the file(s) to. | string | false | null |
name | The (base) name of the exported file(s). | string | false | null |
Outputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
export_details | Details about the exported files/folders. | dict | true | null |
Module configuration
Module export.tables
With configuration options:
source_type | "tables" |
target_profile | "sqlite_db" |