How do you convert single row from source into three rows into target?
Answer / Raman Jeet Singh
To convert a single row from a source into three rows in the target table, you can use multiple 'Copy Data' transformations and perform calculations within each transformation.nnMapping steps:
1. Create your target table with columns corresponding to the desired output structure (three times the number of original columns).
2. Add your source and a 'Source Qualifier' transformation (to cleanse and filter data if necessary).
3. After the 'Source Qualifier', add three 'Copy Data' transformations in series.
4. In each 'Copy Data' transformation, perform calculations to extract different parts of the original data row into separate columns.
5. Load the transformed data into your target table.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have a source with 100 records.i have 2 targets.in the first target i want to load first 50 records & in the second target i want to load next 50(or remaining) records.
What is event and what are the tasks related to it?
How many number of sessions that u can create in a batch?
Explain one complecated mapping?
What is the main difference between a Joiner Transformation and Union Transformation?
How to read data from flat file source if the data is in paragraph format?
Diffrence between 7.1,8.1 and 8.6
Performance tuning in UNIX for informatica mappings?
Design a mapping to get year of join for each employee.
What is the Router transformation?
HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?