cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FCC in Receiver file adapter

Former Member
0 Kudos

Hi Experts,

  I have a situation. My scenario is Proxy to file in SAP PI 7.4 single stack.

SAP PI is generating a pipe delimited file at the receiver. It's like below

Record 1 :    a  | b  | c  |d

Record 2:  e  | f   | g  | h

My client wants to end each record with a pipe ( | ) at the end. For e.g.

Record 1 :    a  | b  | c  |d  |


Record 2 : e  | f   | g  | h |

Is there any way, can we do it in file content conversion? I have tried with many blogs and SAP help but could not reach to any solution.

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

For the last field, concat the "|" in mapping itself

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Veer,

Try this

Enter '|' in Records.endSeparator in your file adapter at content conversion tab.

Former Member
0 Kudos

I have done this. But it is not working.

former_member182412
Active Contributor
0 Kudos

Hi Veer,

Use below FCC.


Record1.endSeparator = |'nl'

Record2.endSeparator = |'nl'

Regards,

Praveen.

iaki_vila
Active Contributor
0 Kudos

Hi Veer,

Check that you don't have a typo error on the name parameter suggested by

You can try setting that parameter with its hexadecimal code: '0x7C'

Regards.