Hi David,
Hope all is happy and healthy in your neck of the woods. :)
Just a quick question:
Is it possible to set up a filter to drop a record ( or not import a product) from a feed with a quantity of 0?
Many Thanks
Les :)
Hello Les,
If you use Drop Record RegExp against your custom `quantity` field using as the expression;
/(^$|^0$)/
...that will drop if the field is empty, or zero.
Cheers, David. -- PriceTapestry.com
Thank you! :)
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hello Les,
If you use Drop Record RegExp against your custom `quantity` field using as the expression;
/(^$|^0$)/
...that will drop if the field is empty, or zero.
Cheers,
David.
--
PriceTapestry.com