My flat file source is
C_Id 1-nov-2011 8-nov-2011
100 2000 1500
101 2500 2000
I want my Target as
C_Id Week_Num Amt
100 45 2000
100 46 1500
101 45 2500
101 46 2000
Answers were Sorted based on User's Feedback
Answer / vijaya
by using normalizer transformation we can done it.
sq-> ex,-> norm-> tgt
if you want clear answer u check tmrw this question
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / yamini
Hi,
we can pass the date values in mapping parameter. why because as the column values are constant so we can pass that values in expression by creating output ports.
So after exp transformation put a normalizer with occurrence 2. after normalizer put an exp to convert date into week by to_char function
| Is This Answer Correct ? | 0 Yes | 0 No |
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 ?
What is Data Caches size?
how to work with mapplet designer in informatica?
How does the server recognize the source and target databases. Elaborate on this.
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What is meant by active and passive transformation?
what is the drillup & drill down?and use of the drill up and drill down?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
Explain the tuning lookup transformation - informatica
What do you mean by filter transformation?
How we can confirm all mappings in the repository simultaneously?