. 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 |
What are the different types of parallelism used in abinitio?
How we khow a database is connected in Abinitio?
What is the best way of creating huge test feeds ? How to use in abinitio graph?
What is broadcasting and replicate?
Describe how you would monitor and control database physical file size and growth?
Have you used the rollup component? Describe how?
What is air_project_parameters and air_sandbox_overrides? what is the relation between them?
What is max core value ? what is the use of it?
2 Answers JPMorgan Chase, Wipro,
Can anyone give me an example of realtime start script in the graph?
How do we handle if DML changing dynamicaly?
5 Answers GE, HP, IBM, Mannar Company,
What is the importance of eme in abinitio?
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?