> ## 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.

# signoff.import.properties

## 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

<table><thead><tr><th>Key</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>signoff.import.cube.aggregated.skip-hierarchies</td><td><code>BA;SA::Trades</code></td><td>The hierarchies to omit when importing the aggregated data. Entries should be separated by a comma.<br />This must match the <a href="./signoff-export-properties">export configuration</a>.</td></tr><tr><td>signoff.import.filenames.import-root</td><td><code>CVARC\_%s\_%s\_%s.csv</code></td><td>The root pattern to use to load data. The standard pattern resolves to <code>CVARC\_MandateId\_Date\_Timestamp\*</code>.<br />This must match the <a href="./signoff-export-properties">export configuration</a>.</td></tr><tr><td>signoff.import.base-dir-path</td><td><code>"C:/Exports/%s/%s-export"</code></td><td>The base directory for the Cube-level queries. The standard pattern resolves to /YYYYMMDD/type-export.<br />This must match the <a href="./signoff-export-properties">export configuration</a>.</td></tr></tbody></table>
