Hi,
I am unable to connect ports from two Active trasformations
to another active transformation ?
Why is it so? Why it is designed like that?
Some rules has been designed like this that is
We can't connect passive and another passive to active.Can
any one please letme know all these rules.
Ex:-
I am trying to connect
filter1 and filter2 to another filter.
Please answer me
Advance Thanks
Answer / priyank
Data from 2 active transformations and one active and one
passive transformations cannot be joined to any downstream
transformation as concatenation of data would not be
possible. We can join 2 active transformations using a
Joiner transformation.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is fact table?
Why sorter is an active transformation?
What is aggregate cache in aggregator transforamtion?
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?
what is data driven?
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?
What are the different lookup cache(s)?
what is unique constraint error ?
WE HAVE 10 RECORDS IN SOURCE IN THAT GOOD RECORDS GO TO RELATIONAL TARGET AND BAD RECORDS GO TO TARGET FLAT FILE ? HERE IF ANY BAD RECORDS MEANS ITS LOAD INTO FLAT FILE AND SEND AN EMAIL , IF NO BAD RECORDS MEANS NO NEED TO SEND EMAIL . PLZ HELP ME ...
Flat file heaving 1 lack records and I want to push 52000 records to the target?
Is it possible to revert a global repository to local one and why?
How to load last 10 records of flat file in to the target?