Hi friends if u don't mind i want one question What abt
READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?
Answer Posted / raju_mortale
Read Multiple Files is useful for reading records from a number of different target files. It extracts the filenames of these files from the component’s input flow. Then it reads the records from each target file and writes the records to the output port. (You can set optional parameters to control how many records Read Multiple Files skips before starting to read records, and the maximum number of records it reads.) An optional transform function allows you to manipulate the records or change their formats before they are written as output.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When we should use 'jobid' for commit table (Output table component??
Can anyone give me an example of realtime start script in the graph?
What is the syntax for m_dump in abinitio?
Mention what information does a .dbc file extension provides to connect to the database?
Explain about ab initio’s dependency analysis?
Explain the ab initio etl tool in high level?
Explain how you can run a graph infinitely in ab initio?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
What are the different types of parallelism in ab initio?
explain the environment varaibles with example?
What are the different types of parallelism used in abinitio?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What dedup-component and replicate component does?