I can't see how to do what I want without grubbing around in MS Access, but just thought I'd check with the experts that I wasn't missing anything obvious...
We have a large (12,000) product database which we maintain outside Actinic. Each time we want to upload the web site we run a script that creates a hierarchical import file and imports it. As we duplicate or triplicate several products to have them appear in multiple places, there are actually around 27,000 products in Actinic terms!
At present we do the import in "replace" mode which works perfectly, but the subsequent upload to the web site is very slow as Catalog treats every product as having changed.
Now, I've been experimenting with "update" mode for the import. This doesn't upload unchanged products so it's much faster (good!) but doesn't remove deleted products from the Catalog (bad!!).
So, as far as I can see, I either
(i) live with the "replace" mode and the giant upload for every set of changes, no matter how small
(ii) try to write an MS Access query to delete the removed products by hand (which sounds like hard work).
Any other bright ideas? I need the process to be identical each time (read idiot-proof), so using different modes on different occasions isn't really on.
And can I please put in a request for an extra switch on the "update" mode to delete obsolete products.
- Dave
We have a large (12,000) product database which we maintain outside Actinic. Each time we want to upload the web site we run a script that creates a hierarchical import file and imports it. As we duplicate or triplicate several products to have them appear in multiple places, there are actually around 27,000 products in Actinic terms!
At present we do the import in "replace" mode which works perfectly, but the subsequent upload to the web site is very slow as Catalog treats every product as having changed.
Now, I've been experimenting with "update" mode for the import. This doesn't upload unchanged products so it's much faster (good!) but doesn't remove deleted products from the Catalog (bad!!).
So, as far as I can see, I either
(i) live with the "replace" mode and the giant upload for every set of changes, no matter how small
(ii) try to write an MS Access query to delete the removed products by hand (which sounds like hard work).
Any other bright ideas? I need the process to be identical each time (read idiot-proof), so using different modes on different occasions isn't really on.
And can I please put in a request for an extra switch on the "update" mode to delete obsolete products.
- Dave
Comment