What are the different types of code pages available in
informatica & how to implement it in your project?
Answer / mitali awasthi
What is code page in informatica
The code page in informatica is used to specify the
character encoding. It is selected based on the source
data. If the source data contains japanese characters, then
the code page is selected to support japanese text. When a
code page is chosen, the program or application for which
the code page is set, refers to a specific set of data that
describes the characters the application recognizes. This
influences the way that application stores, receives, and
sends character data.
Most commonly selected encoding systems are:
ASCII
UTF-8
UTF-32
Is This Answer Correct ? | 2 Yes | 0 No |
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
If we set dd_insert in mapping and Delete in session properties what will happen.?
How to join a Flat and Relational Source without using (Joiner, Update and Lookup ) transformations... is it possible? if yes i would like to know how?
Which transformation is needed while using the Cobol sources as source definitions?
how eliminate the duplicates in flat file with out using sorter ,aggregater
I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the table in Informatica DOJ shows with date and time , I want want to know is it possible to get only date(MMDDYYYY) in the date data type,
How many number of sessions that u can create in a batch?
source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks
two types of data are there . one is mainframe and the other is ascii format . in informatica how can you get both the data in a single format in ascii .
create a mapping to retrieve the employees who are getting salary greater than average salary?
How to create or import flat file definition in to the warehouse designer?
If a workflow stops or fails after loading 10k records ? How can you recover it and If there is no order while reading data from source ?