Operation create.database.from.table in plugin tabular v0.5.2
Create a database value from a table.
| Author(s) | Markus Binsteiner (markus@frkl.io) |
| Tags | tabular |
| Operation type | create_from |
Inputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| table | The source value (of type 'table'). | table | true | null |
| table_name | The name of the table in the new database. | string | false | "imported_table" |
Outputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| database | The result value (of type 'database'). | database | true | null |
Module configuration
Module create.database
With configuration options:
| source_type | "table" |
| target_type | "database" |