In some cases we have 2 exporters/intergation that are enriching the same entity.
In some case, one of the exporter will set a value and then the second exporter will set the value as null.
This is causing the value to flip between the value and null.
I want to be able to add a flag in the mapping
ignoreNulls: true/false
When this is set to true, the exporter/integration will not update the field in the entity.
This could be applied to Ocean based integration as it should upsert only the mappings with has a value.
Created by Haim Natan
·