Page 1 of 1
Allow programmatic access to CAPI text
Posted: February 14th, 2013, 2:14 pm
by uri
...in other words, something like the getlabel() or getnote() function, but for CAPI text. In order to be able to display it in batch edit programs.
Re: Allow programmatic access to CAPI text
Posted: February 14th, 2013, 2:26 pm
by Gregory Martin
Unfortunately there is no way to programmatically access the CAPI text. However, you can get it in XML format if you want. To do this, go to the CSPro installation folder and run the tool ExportXMLMetadata. You can then select the QSF file that contains your CAPI text and you can export it to XML format.
You will need to have the file dcf2ddi.xslt in the installation folder. If you're using CSPro version 4.1 or earlier, it comes with it automatically. CSPro 5 doesn't, so I've attached it for your download.
Re: Allow programmatic access to CAPI text
Posted: April 4th, 2013, 3:56 pm
by uri
Perfect, thank you Gregory!