Is the way, how to mass replace strings in AMC file ?
For example:
Category Before: Thriller / Drama
After: Thriller , Drama
Thanks.
Sorry for my english.
Replace data in AMC file
Yes, the script from your link is the correct way.
Use
and replace fieldURL with fieldCategory, then it should work.
Make a backup of your catalog before you run this script on it !
Use
Code: Select all
oldValue = ' / ';
newValue = ' , ';
Make a backup of your catalog before you run this script on it !