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 signoff.import.properties file sets the directory and filename pattern for storing the imported approved mandate data. By default the format is [AsOfDate]\CVARC_[MandateId]_[Date]_[Timestamp].csv

File values

KeyValueDescription
signoff.import.cube.aggregated.skip-hierarchiesBA;SA::TradesThe hierarchies to omit when importing the aggregated data. Entries should be separated by a comma.
This must match the export configuration.
signoff.import.filenames.import-rootCVARC_%s_%s_%s.csvThe root pattern to use to load data. The standard pattern resolves to CVARC_MandateId_Date_Timestamp*.
This must match the export configuration.
signoff.import.base-dir-path”C:/Exports/%s/%s-export”The base directory for the Cube-level queries. The standard pattern resolves to /YYYYMMDD/type-export.
This must match the export configuration.