How To Generate Dynamic Target File In Informatica

元气小坏坏 提交于 2019-12-25 00:13:56

问题


Scenario: Generate different flat file target based on the Location name, like separate files for Mumbai.dat, Bangalore.dat, and Delhi.dat

Source Table:

Dept name   Dept ID  Location
DWH          1        Mumbai
Java         2        Bangalore
Dot net      3        Delhi

I am able to achieve the output through transaction control and output field file name but the problem is I am creating workflow and session for this associated with this mapping but problem is I need to pass the input and outside in session through parameter file.I created parameter file but the output is not coming as expected however when I hard code the input and output file it's coming as expected.Can someone please help me how to write the parameter file for this scenario and how to pass parameters for input and output file in this case.Any help would be much appreciated.

来源:https://stackoverflow.com/questions/53030693/how-to-generate-dynamic-target-file-in-informatica

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!