Hi,
I'm looking for a command line tool to do batch delete from UCM. I would like to give partial file name with wildcard. for example MyFile*.xml would delete MyFile1a.xml, MyFile2b.xml....etc
the Batch Loader sounds like a good option except it seems that I need to prepare a batch load file similar to the following to specify each file name:
Action=delete
dDocName=MyFile1a.xml
Action=delete
dDocName=MyFile2b.xml
<<EOD>>
Looks like I have to specify the exact name of document to delete. is there any way to specify partial file name with wildcard?
If not, is there any way to get a list of file name from UCM with command line tool? I may use script to construct a batch load file base on the file list then.
or, is there any other tool I should use for this purpose?
Thanks.
Edited by: Aacc on Feb 22, 2013 12:25 PM