What is the significance of record required indicator of
Join component ?
Answer / surendra
Significance of record required option in the join component,To perform the left outer & right outer join.
Record required in0=true means get left outer join,
Record required in1=true means get right outer join.
| Is This Answer Correct ? | 13 Yes | 0 No |
List out the file extensions used in abinitio?
what is the syntax of m_dump command?
How many parallelisms are in Abinitio?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
what is the difference between ab_work_dir and .work
What is meant header and tailer, suppose header and tailer had some junk data how will delete junk data ? which components r used?
How you can delete an object from a tag ? How to use in abinitio graph?
Mention what is the syntax for m_dump in abinitio?
If you check in one file twice in EME, one with a tag and second without a tag - Will the version number change ? How to use in abinitio graph?
How you can run a graph infinitely in ab initio?
Can anyone give me an example of realtime start script in the graph?