Operation create.table.from.file_bundle in plugin tabular v0.5.0
Create a table value from a text file_bundle.
The resulting table will have (at a minimum) the following columns:
- id: an auto-assigned index
- rel_path: the relative path of the file (from the provided base path)
- content: the text file content
Author(s) | Markus Binsteiner (markus@frkl.io) |
Tags | tabular |
Operation type | create_from |
Inputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
file_bundle | The source value (of type 'file_bundle'). | file_bundle | true | 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_bundle" |
target_type | "table" |