why union transformation is active transformation?
Answer Posted / raji
Hai frnds,
According to my knoweledge,active t/f means which changes the number of rows that can pass through it.
coming to why union t/s is active.......because union t/f merges the data which is coming from two sources,it means that it summarizes the data which is passing through union t/f,with this the no.of rows coming from that will be less....
so it is an active t/f...
Thanks.....Raji
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
What is a filter transformation and why it is an active one?
is it possible to index the data in cache of lkp transformation ?
Briefly describe lookup transformation?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What is a router transformation?
What are the main issues while working with flat files as source and as targets ?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
how to load rows into fact table in data warehouse
What is update strategy transform?
How do you use reject loader.
How can we create index after completion of load process?
what are factless facts? And in which scenario will you use such kinds of fact tables.
What are the basic requirements to join two sources in a source qualifier transformation using default join?
Suppose we do not group by on any ports of the aggregator what will be the output?
What are the types of lookup transformation?