Teamsite: Interwoven TeamSite 6.5.0 Service Pack 2 Metatagger: circa 2004Batch updating metadata: Let's say I want to change the metadata for "Product" from "Car" to "Automobile". Right now, we use a perl script to loop through the filesystem and check each of the records for "product=Car". If we find it, we replace it with "product=Automobile" save, and move on. Then we submit the changes through opendeploy... and off to the races. Well, not quite. You see, doing such an intensive file system operation is really tough on poor ol' teamsite. Plus, if we have a lot of changes that occurred, say 200+, teamsite just seems unable to keep up with large of a submission.My quandry: I want to be able to batch update metadata for large amounts of items without killing Teamsite/ Opendeploy. What are some strategies that you are using, and how effective are they? For this topic, I'm curious how your pushing the mass changes through teamsite. After I figure out some alternatives here, I can jump to the OpenDeploy forum for additional ideas. Thanks in advance!