Synchronization Editor, Native Database Connector, SQL-Server provisioning NULL values

Hi,

How can I synchronize a NULL value to a  MS SQL DB. (varchar null allowed)

1IM replaces Null values with each FullExport with "string Empty" value.

Thanks for any hint

Olivier

Parents Reply
  • You are right that even the script property doesn't help. It seems that the problem can't be solved with the mapping. One option would be to define script based data operations. These can be found when the target system connection is edited on the page "define data operations".

    Other workaround: Adding a condition to the mapping rule (disabling mapping rule if value is null on your side) - this might cause issues when you're updating data from "something" to NULL.

Children