What is the significance of record required indicator of Join component ? How to use in abinitio graph?
Answer Posted / narrenderan
Inner Join
Record-required-0 = True
Record-required-1 = True
Outer Join
Record-required-0 = False
Record-required-1 = False
Inner join is matching records on both input , so both must be set to true and vice versa for outer join
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
explain checkin and checkout?
What is the ab initio business rules environment (bre)?
What do you mean by a transaction file?
How do you add default rules in the transformer?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
What will be the skew for, input file->partition by key-> partition by round robin->output file
What is a look-up?
What do you mean by the overflow errors?
Pdl with an example?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
What are the six data process products of ab initio (architecture of ab initio)?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
What is a rollup component? Explain about it.
What are the co> operating system’s assorted library of integrated components?
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 ?