cancel
Showing results for 
Search instead for 
Did you mean: 

Need character at the end of the file in receiver FCC

former_member214909
Participant
0 Kudos

Hello All,

I am working on the IDOC to FILE scenario and we have requirement in which we want to put a character (@) at the end of the file.

can anybody know how to do that using receiver FCC ?

E.g.

XYZ,Mumbai,3000,Samsung

ABC,Pune,4000,Nokia

HIJ,Banglore,5000,Sony

PQR,Chennai,1000,Micromax

@

Character '@' should be at the end of all the records in file.

Thanks,

Anant

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

Hi Anant

first create dummy last record and .you can add '@' at the first field of your last record and rest column can be blank. in FCC then it automatically add at last.

Regards

Gagan

Answers (2)

Answers (2)

former_member214909
Participant
0 Kudos

Hello,

Thanks to both of you.

the result is as expected.

ambrish_mishra
Active Contributor
0 Kudos

please mark the thread as answered...

thanks

ambrish_mishra
Active Contributor
0 Kudos

HI Anant,

Create an additional node Trailer with just one field and populate it with @.

Hope it helps!

Ambrish