Last Updated 7 years ago
The file only has a combination code whose first part contains the product code. How can I import the product code?
To do this, match the combination code field to the product code, then use the replacer to take only the first part of the code. Below is an example replacer for a code where both parts are separated by a hyphen:Replacer to paste:
~([0-9a-zA-Z]+)-([0-9a-zA-Z]+)~