cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FCC in receiver side

former_member189440
Participant
0 Kudos

HI friends, i need help regarding FCC. my input file is a text file on which some of fields doesn't have data so i want to display pipe symbol in that empty field in receiver side. what i have to do in the sender channel parameters side.

points will be awarded.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Uday,

You don't need to do it FCC.

You can simply check the source field with a constant of value space and if that is space, map the target field with a PIPE symbol .

You can achieve this with REPLACE VALUE(node function) alse.Give the PIPE symbol as value in its properties.

Thanks,

Vijaya.

Former Member
0 Kudos

Hi,

You can achieve in the mapping side. if source field is empty then use constant and double click it and put this ( symbol || ).

Other wise you can use replace value and you can achieve it.

Please reward points if it helps

Thanks

Vikranth

Former Member
0 Kudos

Hi,

Check this Logic inside the URL

http://img258.imageshack.us/img258/1841/existsby0.jpg

Regards

Seshagiri

Former Member
0 Kudos

Hi Uday,

You need not do anything on the sender or receiver side.

If you are using message mapping, then just check if the node coming in the sender structure is empty,

If yes just map the receiver structure to whatever symbol you need.

This way you can create the file at the receiver end by a rather simple content conversion.

Do revert if you need more help.

Thanks,

Varun

Former Member
0 Kudos

Can you give some example?

You can use message mapping with condition that if some input tag is blank then use that symbol (pipe |).

You can that pass the message at reciever side....

What is your output format?

Regards,