From 96709b6e303d3cfd0d5942ed587892906e4c845d Mon Sep 17 00:00:00 2001 From: Nico-AP Date: Mon, 4 Dec 2023 07:13:48 +0000 Subject: [PATCH] deploy: 0af697f792dfdac97074d52b61eebdacfb0036d2 --- ddm/main/for_researchers.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/ddm/main/for_researchers.html b/ddm/main/for_researchers.html index 30078fa8..fed64192 100644 --- a/ddm/main/for_researchers.html +++ b/ddm/main/for_researchers.html @@ -597,8 +597,15 @@
Expected fields

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").

+all 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"). +You can also use regular expressions (regex) to match expected fields - for this, you +must enable the expected field regex matching option (see below).

+
+
Expected field regex matching
+
+

Select if you use a regex expression in the Expected fields +setting.

Expected File Format
@@ -613,7 +620,7 @@
Extraction Root

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., {'field to be extracted': value}, 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 @@ -658,7 +665,12 @@

Extra
Field
-

The field to which the rule will be applied.

+

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 regex field (see below).

+
+
Regex field
+
+

Select if you use a regex expression in the Field setting of this rule.

Extraction Operator