The CSV export tool included in Store Commander allows you to export very precise data, simply by using various formulas in the mapping, to be inserted in Modifications column:
=(substr('(x)',0,2)!='WS'?'_DONOTEXPORT_':'(x)')
=(substr('(x)',-3,3)=='WSY'?'_DONOTEXPORT_':'(x)')
=( '(x)' <= 10 ? '(x)' : '_DONOTEXPORT_')
=( '(x)' >=1 && '(x)' <= 10 ? '(x)' : '_DONOTEXPORT_')
=( '(x)' == 'Nike' ? '(x)' : '_DONOTEXPORT_')
=( '(x)' == 0 ? '_DONOTEXPORT_' : '(x)' )
Other formulas can be used to modify character strings or to modify exported prices.
Click on the links below to access the corresponding articles.