- Description:
This key defines the path to a file or folder of files containing data.
- Appears in:
└── data_config └── * └── path- Type:
stringRequired- Examples:
In this example, we have configured data config paths for both a CSV file and a folder of files.
Copied to clipboarddata_config: authors: path: data/authors.csv offices: path: data/offices{ "data_config": { "authors": { "path": "data/authors.csv" }, "offices": { "path": "data/offices" } } }Configure all data files or folders under the `data_config` key in your [CloudCannon configuration file](/documentation/articles/what-is-the-cloudcannon-configuration-file/).*Select Inputs* and *Multiselect Inputs* which use the `authors` key are populated by the contents of the `authors.csv` file.*Select Inputs* and *Multiselect Inputs* which use the `offices` key are populated by the contents of each file in the `offices` folder.