azdeji (9/11/2013)
Below is the sample XML code which produces empty strings but to ssis they are null values -
<from></from>And I try adding default values but they still showed up as null.
I can't really make big changes to XSD files so hoping ssis will be the solution.
Thanks
That didn't render well. Is it like this?
<from></from>
If so, I would say that that is a perfect representation of a NULL.
I would say that an empty string should be represented like this:
<from>""</from>