What is the significance of record required indicator of Join component ? How to use in abinitio graph?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / keerthika
when we specify Explicit Join user has privilege to tell how the records need to got to output, here is the detailed meaning behind
Left Outer Join
Record-required-0 = True
Record-required-1 = false
Right outer Join
Record-required-0 = False
Record-required-1 = True
Outer Join
Record-required-0 = True
Record-required-1 = True
Inner Join
Record-required-0 = False
Record-required-1 = False
| Is This Answer Correct ? | 3 Yes | 4 No |
Explain how you can run a graph infinitely in ab initio?
Do you know what a local lookup is?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
Tell us about the architecture of abinitio.
What is the best way of creating huge test feeds ? How to use in abinitio graph?
Runtime behavior of Normalize and Reformat
Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?
Mention what is the role of co-operating system in abinitio?
How to create repository in abinitio for stand alone system(local nt)?
What is sandbox?
How can a graph be run infinitely?
How do you add default rules in transformer?