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

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