Hi All,
I have a following structure as flat file:
ABC DEF
XYZ - 0909
I am doing good
-
and i want to convert this file into XML format without creating IR objects and also i want entire content to be under one node.
as
<?xml version="1.0" encoding="UTF-8"?>
<File_Content>ABC DEF XYZ - 099 I am doing good -</File_Content>
What Content Conversion can i give in parameters so that i can get the above o/p?