How to convert column data into row data in Informatica without using the normalizer transformation?
ฝัง
- เผยแพร่เมื่อ 16 ธ.ค. 2024
- The scenario is described below-
The source data looks like
col1, col2, col3
a, b, c
d, e, f
The target table data should look like
Col
a
b
c
d
e
f
#informatica #informaticascenarios #informaticainterviews
Cant we use sorter after the union to sort the data alphabetically ?
We have given sequence as sequence+1 in exp transformation but we didn't define any initial value as sequence =0 to add with 1... Can you explain that ?
Can we replace first expression you have taken for sequence with sequence generator??
Behavior of seq. generator is different. It processes each block of data pipeline at once. So all 3 expressions will not have have same sequence. Check Informatica help on Seq generator you will understand
What if we have 100 columns then 100 expression we will add
Pass it through one expression in that case. All columns of SQ ---> exp
@@TechTutorETLandAWS I have keen to know the answer. Could you please elaborate ?