What is Datadriven?
Answers were Sorted based on User's Feedback
Answer / swetha
The informatica server follows instructions coded into
update strategy transformations with in the session maping
determine how to flag records for insert,update, delete or
reject
If you do not choose data driven option setting, the
informatica server ignores all update strategy
transformations in the mapping.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shashiall
select Data Driven in Update Strategy Transformations.
if not ...then the informatica sever wil not consider
it and will ignore this.
Data driven is not Used when using the BULK load.
(may b it is correct ..plz try this)
| Is This Answer Correct ? | 5 Yes | 1 No |
How do you load alternate records into different tables through mapping flow?
What are the guidelines to be followed while using union transformation?
What are mapping parametres and variables in informatica?
how can we perform incremental aggregation?explain with example?
how can we calculate fact table size?
What is the need of building a data warehouse?
what are testing in a mapping level please give brif eplanation
waht type of interface is used for testing the data in informatica
Explain your project of banking domian.
How to generate or load values in to the target table based on a column value using informatica etl tool.
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
WAT IS TEXT LOAD?