cancel
Showing results for 
Search instead for 
Did you mean: 

FCC Sender file adapter : Message Spitting 1:2

Former Member
0 Kudos

Hi expert

i am execuing a file to file scenario, with message splitting 1:n

1 source MT and 2 Target MT.

My source MT structure becomes as

Message

....Message1

.......SourceMT

................row

....................Field1

....................Field2

Now how to configure this structure at Sender file adapter

File Content Converson.

as after adding to MT at target side in message mapping...

2 extra hedder are added at source MT..

Regards

ajayp

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

thx a lot ,it is working.

Regards

AjayP

Former Member
0 Kudos

thx a lot ,it is working.

Regards

AjayP

Former Member
0 Kudos

> Message

> ....Message1

> .......SourceMT

> ................row

> ....................Field1

> ....................Field2

>

> Now how to configure this structure at Sender file adapter

> File Content Converson.

>

> as after adding to MT at target side in message mapping...

>

> 2 extra hedder are added at source MT..

Ignore 2 extra header and do your FCC as you do in normal scanario.

Former Member
0 Kudos

Don't consider tags Message and Message1 while configuring content conversion.

Write content conversion as usual like below without bothering about these tags..

row.fieldSeparator = ...

row .endSeparator = ..

ignoreRecordsetName = true

Former Member
0 Kudos

Please see the below links for Message split ..

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Former Member
0 Kudos

Hi,

No need to worry about that header. Normal way you just do.

At run time it wont consider that header.

Regards,

Prakasu