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

# application-dlc-local-csv.yaml

## File purpose

This profile is used to configure a local CSV source that will be used to for loading data from the local filesystem.

## File location

The file is located in the folder **mr-application\src\main\resources**.

## File values

<table><thead><tr><th>Key</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>dlc</td><td /><td /></tr><tr><td>dlc.enabled</td><td><code>true</code></td><td>This enables DLC for data loading in the application.</td></tr><tr><td>dlc.local</td><td /><td /></tr><tr><td>dlc.local.sources</td><td /><td /></tr><tr><td>dlc.local.sources.local-csv-source</td><td /><td /></tr><tr><td>dlc.local.sources.local-csv-source.root-base-dir</td><td><code>data/#\{AsOfDate}</code></td><td>The directory containg your data. This defaults to the <code>data</code> directory found in <code>mr-application/src/main/resources</code>. The <code>AsOfDate</code> scope is included.</td></tr></tbody></table>
