From 96709b6e303d3cfd0d5942ed587892906e4c845d Mon Sep 17 00:00:00 2001
From: Nico-AP 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").Expected fields
+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).
Select if you use a regex expression in the Expected fields
+setting.
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 @@
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).
Select if you use a regex expression in the Field
setting of this rule.