Hi There,
I have a dataflow which using xml source file. The job keep failing and I guess it might be caused by one of the root element which is blank. Can anyone advise me how to handle it?
The xml file look like this:
-<orderinfo>
--<orderdetail>
---<orderid>1</orderid>
---<orderdate>20110101</orderdate>
--</orderdetail>
--<abc />
-</orderinfo>
element <abc> is blank
Thanks and Regards,
BL