Operation export.database.as.sqlite_db in plugin tabular v0.5.3
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 |
---|---|---|---|---|
database | A value of type 'database'. | database | 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.database
With configuration options:
source_type | "database" |
target_profile | "sqlite_db" |