Behavior
: string
in package
Behavior regarding existing entries
TRUNCATE: Delete all entities of this class before importing OVERWRITE: Map existing entities to import using $idData and update them SKIP: Map existing entities to import using $idData and skip them OVERWRITE_DROP: Like OVERWRITE, but additionally deletes entities not present in import.
Table of Contents
Cases
- OVERWRITE = 'overwrite'
- OVERWRITE_DROP = 'overwrite_drop'
- SKIP = 'skip'
- TRUNCATE = 'truncate'