How can we remove the duplicates from flat file source?
how to load rows into fact table in data warehouse
I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out
On lookup on any table we can get only a)any value or b)last value but if i need both duplicate values How can i achieve?
What are data-driven sessions?
Is it passive or active when check and uncheck the box of DISTINCT in Sorter transformation? why?
6 Answers iFlex, Morgan Stanley,
how can we load starting with 11th record of a table from source to target
If in a workflow i have n number of sessions and each session is configured with different different stop on errors (say 5,8,10 etc respectively).How can make all this same for all the sessions with out actualy touching each and evry session ?
Hi If i had source like unique & duplicate records like 1,1,2,3,3,4 then i want load unique records in one target like 2,4 and i want load duplicate records like 1,1,3,3 then can any body please send me what is th scnario. my mail i shek.inform@gmail.com
Hey I am net to informatica? Can any one explain me step by step How scd will work ?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
What are 2 modes of data movement in Informatica Server?
replace multiple spaces with single space.