Skip to content

Commit

Permalink
MODSOURMAN-1228: Documentation improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
VRohach committed Oct 15, 2024
1 parent 71eff66 commit a6843aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RuleProcessorApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,10 @@ If ending punctuation of the last mapped subfield of the field is a period or co
##### **NOTE**: Regarding ending punctuation - if the mapped text ends with (".", ",", ";") then it will be(the last symbol) removed for the matching with Contributor Type.

#### Map single JsonObject
If there is a need to map not arrays or string but JsonObject with simple fields inside (strings), there can be used "createSingleObject" rule, which will create a single JsonObject with specified fields:
If there is a need to map not arrays or string but json object with simple fields inside (strings), there can be used "createSingleObject" rule, which will create a single json object with specified fields:

```json
Building Dates JsonObject:
Building Dates json object:
{
"target": "dates.dateTypeId",
"description": "Date type ID",
Expand Down

0 comments on commit a6843aa

Please sign in to comment.