Is it possible to call MetaDataMiner Catalogue from a batch file?
Yes if you have Catalogue Files Metadata Miner PRO version for example for batch word document properties summary. Then it will automatically extract files metadata into an XML file using command-line and optionally apply an XSL transformation to build your custom HTML, CSV, or other file result programmed in your XSL transformation. Here is an example of the command-line that you can include in your batch : Catalogue -d “c:\Documentations\Metadata” -x “c:\Catalogue\XML\1.xml” -t “c:\Catalogue\XML\titles.xsl” -h “c:\Catalogue\xml\1.htm Just one command line to: – Analyze c:\Documentations\Metadata directory including all sub-directories – Build output XML file named c:\Catalogue\XML\1.xml – Apply C:\Catalogue\XML\titles.xsl transformation to build final output file named c:\Catalogue\xml\1.htm With Catalogue PRO you can easily extract and integrate documents metadata in Content Management Systems.