Which type or t/s is used to convert rows into column &
column into rows

Answers were Sorted based on User's Feedback



Which type or t/s is used to convert rows into column & column into rows..

Answer / prakash chandran

Row To columns
--------------

Use Normalizer Transformation


Column To Rows
--------------

SOURCE
------
ENO COL_HDR COL_VAL
------------------------
1 ENAME PRAKASH
1 ESAL 35000
2 ENAME SREE
2 ESAL 25000

OUTPUT
------
ENO ENAME ESAL
1 PRAKASH 35000
2 SREE 25000

MAPPING LOGIC
--------------

SRC -----> AGG -----> TGT

Use First Function in Aggegrator to convert the Column to
rows

In Aggegrator, Create two output columns and write the
following expression

Port Name Expression
--------- ----------
O_ENAME FIRST(COL_VAL,COL_HDR='ENAME')
O_ESAL FIRST(COL_VAL,COL_HDR='ESAL')

Please get back to me in case of queries.

Thx & Regards,
Prakash Chandran

Is This Answer Correct ?    14 Yes 2 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / krishna

You can achieve through Normalizer t/f

Is This Answer Correct ?    17 Yes 12 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / vijay

by using normaliser ransformation only you can convert the
rows to columns and vice versa

Is This Answer Correct ?    15 Yes 12 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / ramarao

Hi Friends,

I think this possible by using source Qualifier ALSO.

The Senario is

Issue_id,Question,Answer
100,1,y
100,2,n
100,3,y
100,4,n

Target is issue_id,Answer1,Answer2,Answer3,Answer4
100, y,n,y,n

This can be Achived by using source Qualifier And joiners.
There is no need to use Normaliser.

Is This Answer Correct ?    4 Yes 3 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / sowjanya

Using BODS 3.2 or higher versions

To convert columns to Rows : PIVOT transform

To convert rows to coulums : REVERSE PIVOT transform

Is This Answer Correct ?    1 Yes 0 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / murugan

By using normalizer transformation we can use the conditions
only applied for row by columns..

by using the normalizer output we can use the function (first)
and then applied for conditions ..and then output will be
seen in column by rows....

Is This Answer Correct ?    1 Yes 1 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / mural

hi ramarao plz explain step by step
i am gettikng confusion

Is This Answer Correct ?    0 Yes 0 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / pradeep sharma

this is easily achievable in talend also using the normalize and textract delimited field

Is This Answer Correct ?    0 Yes 0 No

Which type or t/s is used to convert rows into column & column into rows..

Answer / kumar

i think we have to use macro function in build stage so we
have to write logic in macros but m not sure

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More ETL Interview Questions

Give the benefits of data integration suite?

0 Answers  


can cubes contain measures ?

0 Answers  


Explain about power designer data modeling software?

0 Answers  


where we cannot use sorter Transformation. if we use then we will not get correct data?

0 Answers  


What is the difference between Data Warehousing and Data Mining?

0 Answers  






how do u implement unconn.stored proc. in a mapping?

1 Answers  


What is etl process?

0 Answers  


what are the types in error loging?

0 Answers   Cap Gemini,


5. How many repositories can we create in Informatica? 6. What is surrogate key? 7. What is difference between Mapplet and reusable transformation? 8. What is aggregate awareness? 9. Explain reference cursor? 10. What are parallel querys and query hints? 11. DWH architecture? 12. What are cursors? 13. Advantages of de normalized data? 14. What is operational data source (ODS)? 15. What is meta data and system catalog? 16. What is factless fact schema? 17. What is confirmed dimension? 18. What is the capacity of power cube? 19. Difference between PowerPlay transformer and power play reports? 20. What is IQD file? 21. What is Cognos script editor? 22. What is difference macros and prompts? 23. What is power play plug in? 24. Which kind of index is preferred in DWH? 25. What is hash partition? 26. What is DTM session? 27. How can you define a transformation? What are different types of transformations in Informatica? 28. What is mapplet? 29. What is query panel? 30. What is a look up function? What is default transformation for the look up function? 31. What is difference between a connected look up and unconnected look up? 32. What is staging area? 33. What is data merging, data cleansing and sampling? 34. What is up date strategy and what are th options for update strategy? 35. OLAP architecture? 36. What is subject area? 37. Why do we use DSS database for OLAP tools?

0 Answers  


what are the reports developed in sap bw project and what is the requirement for developing it?

0 Answers   Maersk,


what is architecture of your datastage project??? i came across this question many times in interviews in specific what can i answer plz help me.

2 Answers   IBM, Tech Mahindra,


when will use SQL override in a lookup transformation?

0 Answers  


Categories