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
-
ferino
- Posts: 3
- Joined: 2010-08-02 07:43:44
-
bad4u
- Posts: 1148
- Joined: 2006-12-11 22:54:46
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 !