Operation export.table.as.csv_file in plugin tabular v0.5.2
Export a table as csv file.
Author(s) | Markus Binsteiner (markus@frkl.io) |
Tags | tabular |
Operation type | export_as |
Inputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
table | A value of type 'table'. | table | 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.table
With configuration options:
source_type | "table" |
target_profile | "csv_file" |