You can ask about - meta pivot, leading records, read & write multiple files component ? How to use in abinitio graph?
Answer / ankan
Meta Pivot splits records by data fields (columns), converting each input record into a series of separate output records. There is one separate output record for each field of data in the original input record. Each output record contains the name and value of a single data field from the original input record.
Leading Records copies a specified number of records from its in to its out port, counting from the first record in the input file. We can Specify the number of records to copy from in port to out port.
Read Multiple Files reads records from the in port, calls a transform function to get the name of a local file from each input record, reads records from the files, and writes these records to the out port.
Write Multiple Files reads input records and derives a local filename from each single record. Each input record is written to the designated local file, passing through an optional transform function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the methods to improve performance of a graph?
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?
What is abinitio?
Explain batch processing in ab initio?
How to create project (public,private,common,client) what are the differences between them?
What are the various types of layout supported by abinitio?
What is a local lookup?
What will be the skew for, input file->partition by key-> partition by round robin->output file
What are the key elements of a data processing system?
What mpjret contains ? How to use in abinitio graph?
Can you explain data flow graph with an example?
what is environment variables and parameters?