) Diff.between Output index and Output indexes?
Answer Posted / suman sv
Use output-index when we want to direct a single record to a single transform-output port.
Ex: suppose there are 100 input records and two output ports.
According to the transform function you specify for output-index, the split can be 50/50, 60/40, 0/100, 99/1, or any other combination that adds up to 100.
Use output-indexes to direct a single record to multiple transform-output ports.
Ex: out :: output_indexes(in) =
begin
out :1: if (in.kind == "a") [vector 0, 1, 2];
out :2: if (in.kind == "b") [vector 2, 3, 4];
out : : [vector 5];
end;
it directs records as:
Ports 0, 1, and 2 if the field in.kind is “a”
Ports 2, 3, and 4 if the field in.kind is “b”
Port 5 if otherwise
| Is This Answer Correct ? | 43 Yes | 1 No |
Post New Answer View All Answers
What are differences between different versions of co-op?
How scientific data processing is different from commercial data processing?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
What do you mean by a transaction file?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
Difference between informatica vs ab initio?
Is data warehousing different from data mining?
Explain how you can run a graph infinitely in ab initio?
Name the different type of processing based on the steps that you know about?
What is a data processing cycle and what is its significance?
Pdl with an example?
When we should use 'jobid' for commit table (Output table component??
Explain what is sandbox?
Explain what is de-partition in abinitio?