. How can you get all the fields form a lookup files ?
(Which function)
Answer Posted / pritam
This can be done using lookup() function where we can give
the lookup component name and the keys and it will give the
entire record as output..
lookup("look up file",key)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
Why might you create a stored procedure with the with recompile option?
What information is provided by .dbc file extension for connecting to the database?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
Mention what is a partition and what are the different types of partition components in abinitio?
What the difference between “look-up” file and “look is up” in abinitio?
What is a rollup component? Explain about it.
How can you import XML repositories exported from different tools like ODI
What information does a .dbc file extension provides to connect to the database?
Give one reason when you need to consider multiple data processing?
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?
Explain what does dependency analysis mean 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
What are the kinds of layouts does ab initio supports?
What is the difference between check point and phase?