How IN function works in informatica? Is it similar that of
oracle IN function or different? Explain
Answers were Sorted based on User's Feedback
How to convert IBM Cognos generated XML to a readable XML format for ETL tools
we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?
i have 1000 records in my dource table, the same i have in target ,but a new column added in target as "batchno", and this column adds no 10 for 1st 100 records and 20 for next 100 records and 30 next 100 records and vice versa. how to acheive this?
yesterday my session run ten min.today its run 30min, wt is the reason? if any issues how to solve that?
how to get the data from the client machine and how to get server location data to client loction can any one explain bit deep please..!
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
I have 1200 records how can u send it in aggregator with good performance issues?
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
how to connect two or more table with single source qualifier?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
Hi, I have one scenario.. i want to insert 4 times (Duplicate) a row in the target. Please help me . source row: abcabc Tgt table: abcabc abcabc abcabc abcabc