Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

File purpose

The dee.export.properties file is used to configure the DEE service tool that is intended to perform data extractions.

File values

KeyValueDescription
generated.files.base.dir.pathjava.io.tmpdir</td><td>Basedirpathwhereallthegeneratedfileswillbegenerated.ThispropertyisneededbytheDownloadservice.</td></tr><tr><td>download.files.http.base.url</td><td>http://localhost:10010/mrapplication/pivot/rest/v4/download</td><td>URLusedfortheDownloadservice.</td></tr><tr><td>enhanced.drillthrough.base.dir.path</td><td>{java.io.tmpdir}</td><td>Base dir path where all the generated files will be generated. This property is needed by the Download service.</td></tr><tr><td>download.files.http.base.url</td><td>http://localhost:10010/mr-application/pivot/rest/v4/download</td><td>URL used for the Download service.</td></tr><tr><td>enhanced.drillthrough.base.dir.path</td><td>{generated.files.base.dir.path}/dtrepo/Path for the generation of enhanced DT result files (server-side location).
enhanced.drillthrough.http.base.urldownload.files.http.base.url/dtrepo</td><td>URLforthedistributionofenhancedDTresultfiles.</td></tr><tr><td>data.extraction.templates.base.dir.path</td><td>deetemplates</td><td>Pathtoretrievethedataextractiontemplates.Eitheranabsolutepathorrelativetotheclasspath.</td></tr><tr><td>data.extraction.service.base.dir.path</td><td>{download.files.http.base.url}/dtrepo</td><td>URL for the distribution of enhanced DT result files.</td></tr><tr><td>data.extraction.templates.base.dir.path</td><td>dee-templates</td><td>Path to retrieve the data extraction templates. Either an absolute path or relative to the classpath.</td></tr><tr><td>data.extraction.service.base.dir.path</td><td>{generated.files.base.dir.path}deePath for the generation of data extraction result files (server-side location).
data.extraction.service.http.base.url${download.files.http.base.url}/deeURL for the distribution of data extraction result files.