hello
I have file 2 file scenario. in the out put I recieve my file as an XML (with the tags) and I would like it to be a flat file and not an XML how do I do it?
for example:
now my out put file is like this:
<?xml version="1.0" encoding="UTF-8"?>
bankhapoalim.co.il:hr:SheoneyHanahr"> p20 0907 22062008 130800 02206882 04203
I would like it to be:
P20,0907,22062008,130800,02206882,04203
how do I make the translate? I believe it is in the adpater module of the reciever and content conversion but I am not sure. help is required, preferred with examples.
Thanks
Kfir