I have a flat file, want to reverse the contents of the flat file
Answer / Ankush Sharma
To reverse the contents of a flat file in Informatica, you can use the following steps: 1. Import the flat file and create a session. 2. Add a Sorter Transformation to sort the data in descending order (e.g., Sort Column1 Descending). 3. Save and execute the session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
what is the hint? how to use it to reduce the query processing in program?
How to do the error handling of if ur source is flatfiles?
how we can load rejected record's at run time?(not through bad files)
have u done any performance tuning? how u ll do?
how can we perform incremental aggregation?explain with example?
how tokens will generate?
can we override a native sql query within informatica? Where do we do it?
sorce is a flatfile only 1st and last row should insert to target how will u do?
when we use dynamic lookup,if condition matches what will be the o/p?
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
What is the difference between a shortcut of an object and copy of an object? Compare them.