What is a difference between complete, stop and abort?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
What do you mean by blocking transformation?
When we are using Dynamic Cache,which options we will select in session level?
How to get EVEN & ODD numbers separately?
how to create user defined function (udf) in informatica
Explain the etl program with few examples.
my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my target should be eno ename sal 111 sri ram kumar 1000 i.e; we need to eliminate the commas in between the data of a comma delimited file.
In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting output as only last record in the table . can any one explain it please.........?
what is fact and what types of fact tables is there
which transformation uses cache?
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
Can we combine a flatfile and a database table using an UNION transformation?