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 |
Why might the optimizer use a table scan when an index is available?
what is different daily and monthly develop the abinitio graphs?
Can you explain the performance and scalability of co> operating system?
Describe the Evaluation of Parameters order.
What are the steps to create a repository in ab initio?
What is abinitio?
. How can you run a graph continuously without using continuous components ?
What are the operations that support avoiding duplicate record?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
In abinitio, what types of parallelism are used?
What is difference between force_error & force_abort? How to use in abinitio graph?