Page 1 of 1

Diffrent input to sequntial

Posted: Mon May 16, 2011 7:46 am
by Shukile
Hi,
Im trynig to build a sequential file with diffrent records.

I have a:
source file --> transformer --- > 2 diffrent outputs links ---> 1 target sequential file

in the transformer i send some of the records in a diffrent column structure to the target file (depend on the input data).

my problem is that i see in the target file records from 1 of the links
(they both have records passed tru them)

any idea ?

Posted: Mon May 16, 2011 7:51 am
by vinothkumar
Do both output links have same column names and data types. (i.e metadata).

Posted: Mon May 16, 2011 8:31 am
by chulett
Sequential files do not support multiple writers. Readers yes, writers no. Collect the two links together first, then write.