cancel
Showing results for 
Search instead for 
Did you mean: 

Problem at the receiver side for multiple input.

Former Member
0 Kudos

Hi,

I have done a text file to text file scenario. I used File content conversion. I gave multiple input in the sender file i.e

"Andrew",23,20000

"Chris",24,240000

"Disha",23,32434

But at the output text file I get is....

"Andrew"

"Chris"

"Disha"

Can anyone give the solution for this. The problem is at receiver communication channel. I am not clear what should be the additional parameters for this.

Thanks in Advance,

Shwetha

Edited by: Shwetha T on Nov 27, 2008 9:49 AM

Accepted Solutions (1)

Accepted Solutions (1)

SudhirT
Active Contributor
0 Kudos

Hi,

In FCC use the following parameters

Root.fieldNames

Root.fieldSeparator

Root.endSeparator

Thanks!

Former Member
0 Kudos

Hi,

I have used these parameters but still my output is as i said. The same scenario works if its text file to xml.

I am trying for a text file to text file.

Is File content conversion is necessary for such scenario???

Thanks,

Shwetha

Former Member
0 Kudos

Can you paste the source XML file after content conversion.

prateek
Active Contributor
0 Kudos

If your scenario is file to file without any mapping, the FCC is not required. Check the weblog I posted earlier.

Regards,

Prateek

Former Member
0 Kudos

Where should i paste the xml file???

Former Member
0 Kudos

Can you paste FCC parameters here.

Former Member
0 Kudos

Content concersion parameters

Recordset Structure * RECEIVER.INFOR

INFOR.fieldNames NAME,AGE,PLACE

INFOR.fieldSeparator @

RECEIVER.fieldSeparator 'nl'

INFOR.endSeparator 'nl'

INFOR.addHeaderLine 0

message type is

MT_F2F_R

->VENDOR

->DATA

NAME

AGE

PLACE

Former Member
0 Kudos

If your receiver message type is this :

MT_F2F_R

->VENDOR

->DATA

NAME

AGE

PLACE

You have to give the content conversion parameters as follows:

Recordset Strcuture : Vendor,data

data.addHeaderLine=1

data.fieldSeparator=@

Vendor.fieldSeparator='nl'

Vendor.endSeparator='nl'

Former Member
0 Kudos

Hi Sekhar,

Thanks a lot.

It did work.... I am getting the output.

The problem was. I used to give VENDOR.(dot)DATA instead of VENDOR,(comma)DATA.

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

To get text file ,You have to use file content conversion at receive side also.

This scenario for Receiver side file content conversion.

prateek
Active Contributor
0 Kudos

Why are you using FCC if you want the same output? You may avoid all IR steps and FCC using this

Regards,

Prateek