. 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 transaction file different from that of a sort file?
How to compare two dmls in abinitio
Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
Broadcast and replicate does the similar work , what’s the diff then
How to create repository in abinitio for stand alone system(local nt)?
What are the benefits of data processing according to you?
how does deadlock occur?
What does it mean by the term 'sort component'?
What are the key elements of a data processing system?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?