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 .
Answers were Sorted based on User's Feedback
code page will be used to read/write data properly, w/o
missing anything. To read mainframe data, appropriate code
page needs to be used e.g. ebcdic. Ascii code page will be
used to read ascii format data. Once the sources are
finalized with code pages, then these sources can be used in
mapping. If required normalizer transformation can be used
to read mainframe data. Once required operation is done
through transformation logic then target can be written into
ascii by using ascii code page.
| Is This Answer Correct ? | 3 Yes | 0 No |
What does “tail –f” command do and what is its use as an Informatica admin.
What is the difference between SOURCE and TARGET BASED COMMITS?
Have you worked with/created Parameter file
What are the data movement modes in informatcia?
Is there any way to read the ms excel datas directly into informatica?
Explain pushdown optimization and types in informatica
I have 4 columns in a table say, name ,address, salary and city. So based on distinct city names, i need to combine the other data and send it to a flat file. Distinct city names can be 4 or 5 or 6. So it has to dynamically generate flat files(4 or 5 or 6) corresponding to the city names.
how we can do session partition in informatica any one explain me clearly? thanks advance.
MY SOURCE IS LIKE THIS VENKATESH,101||RAJESH,102||SIVA,103||SWATHI,104 MY REQUIRMENT IS NAME ID VENKATESH 101 RAJESH 102 SIVA 103 SWATHI 104 PLEASE PROVIDE ME THE SOLUTION
Why we select the table which has minimum number of records as Master table in joiner?
What is expression transformation?
what are the limitations for bulk loading in informatica for all kind of databases and transformations?