Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,根据哪一列出错,是否可以在 SSIS 控件中将多个重定向行(出错时)重定向到不同的输出?
谢谢
对于 ssis 中的每个数据流组件,one error flow path 很难找到哪个列产生了错误,因为没有直接的方法可以在 SSIS 中找到列名。
one error flow path
最多你可以使用脚本组件来查找列名
this.ComponentMetaData.InputCollection[Row.ErrorColumn].Name
但是上面的代码给了你。lineage ID不幸的是,使用 lineage id,很难得到列名。
lineage ID