Task #2837

Mis à jour par Serge Heiden il y a plus de 5 ans

If several metadata files are present in All import modules use the corpus source directory, in different format, only one will be used at import.

The file used is choosen from its extension, from the following file extension precedence list (an extension in the list has priority to extensions listed after it):
same discovery priorities:
# metadata.ods (for Calc format) ODS
# metadata.xslx (for Excel format) XLSX
# metadata.tsv
**
TSV: if this format is detected the column separator: and text separators import parameters are overridden with the tabulation (TAB) and "" characters.
** text separator: double quote (")
# metadata.csv
** column separator: semicolon (;)
** text separator: double quote (")

The first file in the source directory matching an extension in the file extension precedence list will be used.

All other files are ignored.
CSV

Retour