What is the difference between unicode & ascii mode data
movement in informatica?
Answer / ravi
unicode data movement reads 8 bits at a time where as ascii
reads character by charecter
| Is This Answer Correct ? | 12 Yes | 5 No |
write sql query following table city gender no chennai male 40 chennai female 35 bangalore male 25 bangalore female 25 mumbai female 15 i want the required output city male female chennai 40 35 bangalore 25 25 mumbai 15
How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...
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
Briefly describe lookup transformation?
Does an informatica transformation support only aggregate expressions?
Difference between STOP & ABORT in Informatica.
3 Answers Accenture, Wells Fargo,
What is reconstalation n What is fact constalation? Correct me if i m wrong in the question.
how to load first record of first time run,second record to 2nd time n 3rd record from 3rd time to target table
Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.
What is the difference between Junk and Confirmed Dimention? where can be used htat one in Informatica?
What is the difference between SOURCE and TARGET BASED COMMITS?
What are the types of caches in lookup? Explain them.