Replace data in AMC file

If you need help on how to use the program
Post Reply
ferino
Posts: 3
Joined: 2010-08-02 07:43:44

Replace data in AMC file

Post by ferino »

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.
ferino
Posts: 3
Joined: 2010-08-02 07:43:44

maybe

Post by ferino »

I inspired with:
viewtopic.php?t=4424

I replaced fieldURL with fieldCATEGORY


Sorry for my English.
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

Yes, the script from your link is the correct way.

Use

Code: Select all

oldValue = ' / ';
newValue = ' , ';
and replace fieldURL with fieldCategory, then it should work.
Make a backup of your catalog before you run this script on it !
ferino
Posts: 3
Joined: 2010-08-02 07:43:44

Post by ferino »

bad4u: thanks, It works fine.
Post Reply