Ignoring Missing Object Properties when Mapping Objects

There may be instances when you map objects where one or more object properties might be missing in the source or target object. The mapper can be set to ignore such cases.

If you want the mapper to ignore such cases, you must set the FLOGO_MAPPING_SKIP_MISSING engine variable to true. The mapper will ignore the missing mapping as long as the element is optional (not marked as mandatory with a red asterisk against it). Elements marked as mandatory must be mapped. For more details, see the section on Environment Variables.
Related concepts