How to get Avalilable lookup columns in Loookup transformation into Lookup not match output path in ssis? [closed]

我只是一个虾纸丫 提交于 2019-12-11 19:38:32

问题


Can anyone suggest how to get Available lookup columns in Loookup transformation into Lookup No match ouput path?

please suggest me any way how can I get those columns in Available lookup columns into Lookup No match ouput path?

Thanks in advance....


回答1:


The reason you don't have those columns in the "No match output" is that there is no data to be had.

If you need those columns in that path, then add a Derived Column Component after the Lookup to inject those columns. Use the appropriate NULL type to get a consistent meta data.

Or if you don't care whether you have no matches, just redirect no match to the match output and you'll have those columns already defined and they'll be empty.



来源:https://stackoverflow.com/questions/18515055/how-to-get-avalilable-lookup-columns-in-loookup-transformation-into-lookup-not-m

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