What are the types of maping in Getting Started Wizard?
Answer / swetha
Simple Pass through maping :
Loads a static fact or dimension table by inserting all
rows. Use this mapping when you want to drop all existing
data from your table before loading new data.
Slowly Growing target :
Loads a slowly growing fact or dimension table by inserting
new rows. Use this mapping to load new data when
existing data does not require updates.
| Is This Answer Correct ? | 1 Yes | 0 No |
can u apply SCD2 on flat file tgt? if yes wat is the procedure?
Define update strategy?
How the facts will be loaded? explain
If we use only lookup transformation in a mapping ie, SourceQualifier-->Lookup --> Target. , here datas are taking very long time to load in target., so what are steps to improve the performance in that mapping???????
How to load the data from people soft hrm to people soft erm using informatica?
Filter transformation in the condition one of the data is NULL would the record be dropped.
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
I have a source as flat file and having data like ""TCS"MUMBAI" and i want output like TCS MUMBAI,the length of the data in the rows is variable.how can you fix it?
In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?
By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows) to another target?
what is data driven in informatica
How many input parameters can exist in an unconnected lookup?