Hi Every One When i Start the Workflow, Table is Going to be
Stored in the target database But the columns are not going
to the target database table in my PC , please give me the
solution and waiting for solution
Answer Posted / swaroop(atiric)
once check out with ur transformations , the output ports
should generate the proper data as per the given conditions
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
what are the deliverables?in your project?
State the limitations where we cannot use joiner in the mapping pipeline?
In how many ways we can create ports?
Explain pmcmd command usage in informatica
Explain what is informatica metadata and where is it stored?
What is an aggregator transformation?
Write the advantages of partitioning a session?
Describe data concatenation?
Explain the types of transformations?
Explain load alternative records / rows into multiple targets - informatica
Where do we use mapping variables in informatica?
Differentiate between reusable transformation and mapplet.
generate date / time dimension in informatica
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C