简体   繁体   English

填充Informatica目标表

[英]Informatica target table populating

I am new in Informatica,here i am trying to populate my target table by joining two tables where the no. 我是Informatica的新手,在这里我试图通过加入两个没有的表来填充目标表。 of rows in both the table is 5649 and 2611 respectively.So, my output rows should be 8260.But the no. 这两个表中的行数分别是5649和2611.因此,我的输出行应该是8260。 of rows rows in target table is around 108860 (approx.). 目标表中的行数大约为108860(大约)。

Why this is happening and how should I remove it? 为什么会发生这种情况,我该如何删除?

It seems to me that you are confusing the join operation with union . 在我看来,您正在使join操作与union混淆。

You need to merge two sets of rows into one, so use a Union transformation, not a Joiner . 您需要将两组行合并为一组,因此请使用Union转换,而不是Joiner

如果表结构不同,则仅选择/选择公共列,然后在SQ Override中执行并集。

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

相关问题 使用Informatica检查源平面文件中的值是否在目标表中 - Check if value in source flat file exists in target table with Informatica Informatica 将多个连接的查找拆分为 1 个目标表的相同字段 - Informatica Split Multiple Connected Lookups to same field of 1 Target Table Informatica:基于一个列将一个表转换为多个目标表。 - Informatica: Converting a table into multiple target tables based on one column. Informatica:类似CDC的东西,但未在目标表中添加任何列 - Informatica : something like CDC without adding any column in target table 在具有hive环境的Informatica开发人员工具中,是否可以将Hive表作为源,将Oracle表作为目标? - Is it possible that Hive table as source and Oracle table as target in Informatica developer tool with hive environment? •Informatica Powercentre目标XSD协助 - •Informatica powercentre target xsd assistance 信息映射中目标的性能瓶颈 - Performance bottleneck at target in informatica mapping 如何使用Informatica将平面文件中的字符串加载到目标表(Teradata)中的日期中? - How to load string from flat file into date in target table(Teradata) using informatica? 具有不同模式信息的两个目标表的映射参数文件 - Parameter file for the mapping having two target table in different schema-informatica Informatica中的易失表使用情况 - volatile table usage in Informatica
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM