multiValueHandling
Specifies how to handle properties that have multiple values. Can be either TO_LIST
to export all values as a list, or PICK_FIRST
to export the first value encountered. If not specified, the default value is PICK_FIRST
.