In Join component which record will go to unused port and
which will go to reject port ?
Answer Posted / akj
In case of inner-join all the records not matching the key
specified goes to the respective unused ports, in full
outer-join none of the records goes to the unused ports.
All the records which evaluates to NULL during joiin
transformation will go into reject port if the limit +
ramp*number_of_input_records_so_far <
number_of_input_records_so_far.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Name the different type of processing based on the steps that you know about?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
How to add default rules in the transformer?
Have you ever encountered an error called “depth not equal”?
Why might the optimizer use a table scan when an index is available?
What are the different forms of output that can be obtained after processing of data?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
Pdl with an example?
How to compare two dmls in abinitio
What is a look-up?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
Tell us about the architecture of abinitio.
How can a graph be run infinitely?
How data is processed and what are the fundamentals of this approach?