What is the significance of record required indicator of Join component ? How to use in abinitio graph?
Answer Posted / 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 |
Post New Answer View All Answers
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
List out the file extensions used in abinitio?
explain checkin and checkout?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?what are differences between different versions of co-op?
How can we increase the loading performance of oracle table in AbInitio?
What is the difference between formal and export parameter? Export at what secenario we are going to use?
Have you ever encountered an error called “depth not equal”?
What is ab initio enterprise meta>environment (eme)?
What kind of layouts does abinitio support?
How can a graph be run infinitely?
what is the difference between i)public ii)private iii)common and client projects?
Can sorting and storing be done through single software or you need different for these approaches?
How do you add default rules in the transformer?
What is rollup component?
Explain the ab initio etl tool in high level?