Skip to Content
0
Former Member
Jan 19, 2012 at 11:43 AM

How to handle blank root element in xml source file

75 Views

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