cancel
Showing results for 
Search instead for 
Did you mean: 

file content conversion simple scenario

Former Member
0 Kudos

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"?>

<ns0:mt_sender xmlns:ns0="http:/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........

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

check out the blog

rajesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks All

Former Member
0 Kudos

HI,

If you want the output file in comma separated pattern for the incoming xml file,then you can go for the below mentioned fcc parameters in your receiver channel.

Structure* Recordset,Record

Record.fieldSeparator ,

Record.endSeparator 'nl'

Recordset.fieldSeparator 'nl'

Regards,

Swetha.