Name of Solution: Business Requirement:: Please Rate This Solution and Share Your Feedback On Website
Name of Solution: Business Requirement:: Please Rate This Solution and Share Your Feedback On Website
Name of Solution: Business Requirement:: Please Rate This Solution and Share Your Feedback On Website
Business Requirement:
This Informatica Developer mapping demonstrates how to segregate header, footer and the rest of the data from a source flat file and write them to different target files.
Solution URL:
https://community.informatica.com/solutions/2357
Supported Versions:
Informatica Developer 9.5.1
Description:
Flat files are one of the popular formats of source data in any data integration or data warehousing projects. More than often, you receive flat files with more information than you actually need. For example, getting header, footer, summary information along with actual data. You may want to omit or separate extra information from the flat file source and process only source records. The mapping sample given here does the same. In the example given here, mapping separates header, footer and records and writes them to three separate target files.
Please rate this solution and share your feedback on Marketplace Website.
4. The same logic is applied to separate footer. Router transformation accepts the descendingly sorted input so footer can read first. Remaining data has been passed as details output after sorting again.
Please rate this solution and share your feedback on Marketplace Website.
Please rate this solution and share your feedback on Marketplace Website.