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].csvFile values
| Key | Value | Description |
|---|---|---|
| signoff.import.cube.aggregated.skip-hierarchies | BA;SA::Trades | The 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-root | CVARC_%s_%s_%s.csv | The 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. |