Hi,
I am mapping between two schemas and the source schema has a number of fields with primitive types such as int and float. These elements are sometimes null in the instances. If I simply connect the source and destination fields then against a null value an empty element is generated on the destination side. This creates validation error as the value for a primitive type cannot be null.
i need to skip the generation of the element on the destination side completely. Any ideas?