Table exporter
Export Table 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 File
Input
Table
2d excel like table
Output
File
Configuration
file_name
File name (without extension)
string
file_format
string
xlsx
xls
csv
tsv
tab
txt
csv
delimiter
Only for CSV files
string
auto
tab
space
,
;
auto
write_header
Set True to write column names (header), False otherwise
bool
true
write_index
Set True to write row names (index), False otherwise
bool