Import Product Modifier

Hello,

I want to import product stock quantities and if stock has 1 and 2 items to be replace with 0 stock.

Is formula for this?

Regards

this should help and there is a test csv file

#https://docs.cs-cart.com/latest/user_guide/manage_products/import_export/fields_format.html

I have tried this :

case($value=1, 0, $value=2, 0 )

But seems all quantities import as 0.