Taxonomy Cache for XBRL CSV Generation
By default, the taxonomy files for generating the XBRL CSV output of your filing reports are saved in the Temp/xbrlcsv directory which could be automatically cleaned up. To avoid the files being deleted unexpectedly, you can specify a permanent location on the CDM Server installation folder to place the files.
- Go to the folder where your CDM Server is installed.
- Open the Web.config file.
- Edit the
XBRLCSVTaxonomy pathattribute to include the location of the folder in which you want to put the files, for example:<XBRLCSVTaxonomy path="C:\inetpub\wwwroot\CertentCDM-Server\XBRLCSV taxonomy" />