How to copy the data into one excel file at the time of mapping running in informatica?
I want to copy the data into one excel file, while the mappin开发者_如何学运维g has been running in informatica.
I used Informatica last year, now am on SSIS. If I remember correctly, you can setup a separate connection for Excel target destination. There after you pretty much drag all fields from your source to the target destination (in this case Excel).
As usual develop a mapping with source and target. But make target as Flat File while creating target. Then run the mapping u will get
精彩评论