How to create or import flat file definition in to the warehouse designer?
No Answer is Posted For this Question
Be the First to Post Answer
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
Please let me know how to make Data masking in informatica..
What are events in workflow manager?
what is update strategy transformation ?
In a scenario I have col1, col2, col3, under that 1,x,y, and 2,a,b and I want in this form col1, col2 and 1,x and 1,y and 2,a and 2,b, what is the procedure?
have u done any performance tuning? how u ll do?
what are the Methods For Creating Reusable Transformations?
What is the term PIPELINE in informatica ?
what is parameter file?
i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?
Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??
what is the difference between look up and joiner(don't say joiner sopport only = where as look up support non-equijoin).