Login
Introduction
Technical Documentation
Tasks
Version

MetadataTable exporter

Deprecated EXPORTER
Deprecated since the version : 0.4.7
Use Table Exporter instead
Typing name :  TASK.gws_core.MetadataTableExporter Brick :  gws_core v Parent : 

Export MetadataTable to a file

Generic task that take a file as input and return a resource

Override the export_to_path method to export the resource into a fsNode

Input

MetadataTable
Metadata table

Output

File

Configuration

file_name

Optional

File name (without extension)

Type : string

file_format

Optional

File format

Type : stringAllowed values : xlsx  xls  csv  tsv  tab  txt  Default value : csv

delimiter

Optional

Delimiter character. Only for CSV files

Type : stringAllowed values : auto  tab  space  ,  ;  Default value : auto