Skip to content

Commit

Permalink
deploy: 0af697f
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed Dec 4, 2023
1 parent d38fed1 commit 96709b6
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions ddm/main/for_researchers.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,15 @@ <h5 id="_configure_donation_blueprint"><a class="anchor" href="#_configure_donat
<dt class="hdlist1">Expected fields</dt>
<dd>
<p>The fields that must be contained in the donated file. If a file does not contain
one or more of the fields defined here, it will not be accepted as a donation.
Put the field names in double quotes (") and separate them with commas ("Field A", "Field B").</p>
<strong>all</strong> fields defined here, it will not be accepted as a donation.<br>
Put the field names in double quotes (") and separate them with commas ("Field A", "Field B").
You can also use regular expressions (regex) to match expected fields - for this, you
must enable the <code>expected field regex matching</code> option (see below).</p>
</dd>
<dt class="hdlist1">Expected field regex matching</dt>
<dd>
<p>Select if you use a regex expression in the <code>Expected fields</code>
setting.</p>
</dd>
<dt class="hdlist1">Expected File Format</dt>
<dd>
Expand All @@ -613,7 +620,7 @@ <h6 id="_json_specific_settings"><a class="anchor" href="#_json_specific_setting
<dt class="hdlist1">Extraction Root</dt>
<dd>
<p>Indicates on which level of the files' data structure information
should be extractet. If you want to extract information contained on the first
should be extracted. If you want to extract information contained on the first
level (e.g., <code>{'field to be extracted': value}</code>, you can leave this field empty.
If you want to extract data located on a higher level, then you would provide
the path to the parent field of the data you want to extract (e.g., if your json
Expand Down Expand Up @@ -658,7 +665,12 @@ <h5 id="_extraction_rules"><a class="anchor" href="#_extraction_rules"></a>Extra
</dd>
<dt class="hdlist1">Field</dt>
<dd>
<p>The field to which the rule will be applied.</p>
<p>The field to which the rule will be applied. This can either be a "normal" string or a
regular expression (regex). If the latter is the case, you must also select <code>regex field</code> (see below).</p>
</dd>
<dt class="hdlist1">Regex field</dt>
<dd>
<p>Select if you use a regex expression in the <code>Field</code> setting of this rule.</p>
</dd>
<dt class="hdlist1">Extraction Operator</dt>
<dd>
Expand Down

0 comments on commit 96709b6

Please sign in to comment.