Incremental imports
Incremental imports are used to import updates to an existing dataset.
This means that you do not need to re-import the whole file when you want to update your dataset. Incremental imports enable you to:
- Add new records.
- Delete existing records.
- Modify existing records.
- Expire existing records (i.e. do not remove the record until the next import).
For more information, see Using incremental imports