Adding an x_kill prefix to the data files that you send over will adjust all the rows currently in WebManager for that data file type as isDeleted = TRUE . Then processing will continue only reactivating what follows in that file.
For example, if you send over x_kill_import_products.xls, all of the products currently in WebManager will be marked as isDeleted = TRUE. Then the products listed in the file will be processed as they normally would.
⚠️ Things To Note ⚠️
- isDeleted = TRUE rows are not permanently deleted but are still showcased in WebManager and are simply hidden / not active in RepZio
- x_kill should be the prefix to the file, not the suffix
- If you have multiple data files, you should x_kill only the first data file imported. If second file is imported before the first x_kill_ file, the data in file 2 will be missing.