cancel
Showing results for 
Search instead for 
Did you mean: 

File Reading. Help required

Former Member
0 Kudos

Hi All,

My scenario:

There is a txt file. Inside that txt file value comes (like A or B)

Based on that value I need to send it to different receivers.

eg. If value is A then send to Receiver A or If value is B then send to Receiver B.

Since it is very big txt file and value position can also change, so I do not want to use File Content Conversion.At target side again I want to send same txt file. So double conversion will be done.

So I do not want to use File Content Conversion.

Any suggestions please.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

SudhirT
Active Contributor
0 Kudos

HI,

In your scenario, FCC, is the only option. do proper settings for fcc parameters and use conditional receiver determination for the field containing values A and B in ID.

thanks.

Former Member
0 Kudos

Hi,

My source txt file is:

}}}}

I want to send the same source txt file to destination in txt format..

At destination file needs to be again txt file.

Condition:

If :59:/1000001642 comes at that file position then send to Receiver A

If :58:/9000001642 comes at that file position then send to Receiver B

Can you please tell me how to apply FCC at sender and receiver .

Regards