Hi friends,
I am trying FCC for first time. I had created one simple file scenario without using FCC to which I had to provide input in XML format.
like this:
<?xml version="1.0" encoding="UTF-8"?>
soni.com">
<ponum>1</ponum>
<poqty>2</poqty>
<poamt>3</poamt>
</ns0:mt_sender>
Now I want to use FCC for this,in which i have to provide comma seperate data, e.g 11,12,114.4
Please let me know how to do this. I had gone through some blogs on sdn but I didnt got solution for this.
Thanks.,
Brij........