Hi adf001 ,
It seems like a duplicate post for this query . Kindly try the solution provided there.
However, looking at the image, it seems the row delimiter for delimited text is not set properly. By default, it's set to:
on read: ["\r\n", "\r", "\n"]
on write: "\n"
Probably the xml contains line breakers (\n) which is taking the further data to the new line.
Kindly try updating it to '> ' and see if it works. Thankyou