简体   繁体   English

在 Informatica 中将字符串转换为 Integer 时未收到错误

[英]Not getting Error on Conversion String to Integer in Informatica

My source has string and Target has integer column.我的源有字符串,目标有 integer 列。 Suppose my source data is 'RRRR'.假设我的源数据是“RRRR”。 Here it is loading 0 in the target with no errors.. Why informatica is not throwing conversion error.这里它在目标中加载 0,没有错误。为什么 informatica 没有抛出转换错误。 Didn't provided any default value.没有提供任何默认值。

Try using an expression to identify if incoming record is integer or string.尝试使用表达式来识别传入记录是 integer 还是字符串。 Donot load if check fails.如果检查失败,请不要加载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM