Hi all
I am doing file to file scenario and i am uysing File content conversion
My xml structure is
<root>
<subroot>
<my fields
<name>
<qualif>
</subroot>
</root>
In receiverside file conversion
It is asking recordset strcture i gave : subroot
and my source text file contains:
satish,dfffdf
siva,dfgdfg
In my target folder i am getting the file but i am getting only name column of two records iam not getting the qualif column like belo
satish,siva
How can i get two records
Regards
Satish