Only available if format = csv
.
Validates that the fields declared in the YAML configuration are identical to those in the CSV file, and in the same order.
Archiving is enabled by default.
When an import is complete, the imported files are moved to the archive folder (<source_dir>/archives/<date>
by default). By default, only the last 30 folders are kept.
Quarantine is enabled by default.
If an exception is raised during an import, all import files loaded by at least one resource1 are
moved to the quarantine folder (<source_dir>/quarantine/<date>
by default). Only the last 30 folders
are kept by default.
Support for .XLS files requires installation of the Composer package phpoffice/phpspreadsheet
.
Footnotes
-
Resources without a
load
configuration are ignored. ↩