Login
Introduction
Technical Documentation
Tasks
Version

MetadataTable importer

Deprecated IMPORTER
Deprecated since the version : 0.4.7
Use Table Importer instead
Typing name :  TASK.gws_core.MetadataTableImporter Brick :  gws_core v Parent : 

Import file to MetadataTable

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

Override the import_from_path method to import the file to the destination resource

Supported extensions :  xlsx, xls, csv, tsv, tab, txt

Input

File

Output

MetadataTable
Metadata table

Configuration

delimiter

Optional

Delimiter character. Only for parsing CSV files

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