...
KEEP
: Don't overwrite the old value for this field if it was not emptyOVERWRITE
:- Overwrite the old value for this field
- This is the default strategy for simple fields which are fields that contain a textual value such as
Title
andDescription
.
MERGE
:- Only applicable to complex fields which are fields that contain sub fields, such as
Authors
,Keywords
andCategories
. - Merge the new sub fields with the existing sub fields
- This is the default strategy for complex fields
- Only applicable to complex fields which are fields that contain sub fields, such as
...