cancel
Showing results for 
Search instead for 
Did you mean: 

Reciever Channel issue

former_member207622
Contributor
0 Kudos

I have duplicated my target structure 4 times in my message mapping due to my requirement .Now but i want a single file to be created in the output . so will it be possible by doing append in the reciver channel . or its not possible ??

pls reply

Ninad

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

>

> I have duplicated my target structure 4 times in my message mapping due to my requirement .Now but i want a single file to be created in the output . so will it be possible by doing append in the reciver channel . or its not possible ??

>

> pls reply

>

> Ninad

if you have duplicated and not used message split via multimapping then only one file will be created.

If you have done a message split then use the append option

former_member207622
Contributor
0 Kudos

In my source there are 2 files and target i duplicated my single structure 4 times due to maping requirement . if i use append .. .. Will the second structure be appended row by row or column by column ???

thnx Ninad

Former Member
0 Kudos

Hello,

It will append like

if u have four ouput like:

O/P 1: abcd

efgh

O/P 2: 1234

5678

O/P 3: qwer

asdf

O/P 4: mnbv

lkjh

Then O/P will be

abcd

efgh

1234

5678

qwer

asdf

mnbv

lkjh

Thanks and regards

Hemant

former_member207622
Contributor
0 Kudos

thnx hemant issue solved !!!

Former Member
0 Kudos

Hello,

You can append the output in a single file.

There is the option in Adapter mode. Select Append mode.

Thanks and Regards

Hemant