. How can you get all the fields form a lookup files ?
(Which function)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / keerthika
We can use like
out.field1 :: lookup("LOOKUP_FILE_NAME".Key).Field1_to_be_fetched;
out.field2 :: lookup("LOOKUP_FILE_NAME".Key).Field2_to_be_fetched;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sarang ambikar
We can use local variable in a transform to return multiple
field values from Lookup
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you add default rules in transformer?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
What are the functions of the replicate and dedup component?
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?
How to create a repository in abinitio for stand-alone system(local nt)?
how will i can implemate Insert,Update,delete in abinitio? how will u view MFS in unix?what is diff/btween conditional dml& conditional component?
How can you achieve scan using reformat ?
How can you force the optimizer to use a particular index?
from a graph how to select only second record always in scan?
Which Ab initio version has Hadoop connector ? and what is the latest GDE version available ?
How to migrate the code FROM development to QA and QA to production?
What is the difference between Generate Records Component and Create Data Component?