File Identification

Files are identified by their path in the zip file. For example, if the file is some_data.json at the root of the zip, enter some_data.json as the file path.

You can use regex patterns or define multiple paths, which are tried in priority order (lower numbers first; useful if the filename may not always be the same).

{% include "ddm_datadonation/blueprint/form_sections/partials/_file_path_formset.html" %}
{% include "ddm_core/components/info_collapsible.html" with extra_classes="mx-0" element_id="file-path-advanced" title="More on how file paths are evaluated" include_path="ddm_datadonation/blueprint/info_collapsibles/block_file_paths.html" body="" %}

For single file uploads, the participant will upload a single file – file identification is therefore not necessary.