cancel
Showing results for 
Search instead for 
Did you mean: 

FCC - Receiver file Communication channel

rubanprasanth_s
Participant
0 Kudos

Hi Experts,

I am using receiver FCC in my file adaptor. I want to have few empty lines in between  some texts in my receiver file.
For example :

at present i am getting the following output:

starting

middle

ending

but i want like :

starting

middle

ending

I want a blank lines in between. Is there any " Parameter - Value " pair so that i can achieve this ?

Kindly help me with your answers.

Thanks,
Ruban.S

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Ruban - Not sure of any such parameter but if Monikandan suggesstion doesn't work then may be you can handle it in the mapping.

Just create another segment and in the content conversion create a new line for the segment. This way you have complete contorl on when to create the new line.

Answers (3)

Answers (3)

monikandan_p
Active Participant
0 Kudos

Hi Ruban,

      Could you explain how you resolve this issue.Kindly attach the screenshot.

Best Regards,

Monikandan.

rubanprasanth_s
Participant
0 Kudos

Hi Monikandan,

As Hareesh told, I have added one dummy field in my Data type and mapped it with empty constant value and made the row.fieldseparator as 'nl'.

Thanks for your effort and Ryan's effort to help me in this issue.

Regards,
Ruban.S

Ryan-Crosby
Active Contributor
0 Kudos

Hi Ruban,

It is unclear from your post if these are fields or structures in the XML but if it is similar to what Monikandan has laid out in the FCC parameters then I would switch two things:

row.endSeparator = '0x0A0x0A'

remove row.fieldNames because it's not required in this scenario.

Regards,

Ryan Crosby

monikandan_p
Active Participant
0 Kudos

Hi Ruban,

    Try like this:

1.row.beginSeperator - give 2 spaces

2.row.fieldSeperator - give 2 spaces

3.row.endSeperator - '\n'

         

Kindly follow the below screenshot.

If it is solved your issue,kindly mark it as correct answer.

Also refer the below link:

http://wiki.scn.sap.com/wiki/display/XI/FCC+For+Hierarchical+Structure+in+Receiver+Channel

Best Regards,

Monikandan