Value Trimmer for select/multiselect

From Magmi Wiki
Revision as of 01:14, 1 July 2019 by Dweeves (talk | contribs) (Created page with "This plugin automatically trims values (remove blank characters at the end or the beginning of the string) for select/multiselect attributes. '''For example:''' * If the plug...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This plugin automatically trims values (remove blank characters at the end or the beginning of the string) for select/multiselect attributes.

For example:

  • If the plugin is not activated:

for a multiselect attribute "material" the values

 "Viscose,Polyester" and "Viscose, Polyester" 

assigned to two differents products will create in fact 3 values for the attribute "material"

 "Viscose"  "Polyester"  " Polyester"
  • If the plugin is activated:

Magmi will create only two values for the same attribute

 "Viscose"  "Polyester"

and it's mainly what you wanted to do...

Conclusion:

  • So this trimming avoids to dupplicate attributes value that Magmi creates on the fly.
  • Except for a particular purpose, it's advisable to always activate it.



Back to Product Import Related Plugins