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

ความคิดเห็น • 7

  • @RiteshGatpalli
    @RiteshGatpalli 7 หลายเดือนก่อน

    Cant we use sorter after the union to sort the data alphabetically ?

  • @lohithasetty8956
    @lohithasetty8956 2 ปีที่แล้ว

    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 ?

  • @viveksingh-oh8xi
    @viveksingh-oh8xi 3 ปีที่แล้ว

    Can we replace first expression you have taken for sequence with sequence generator??

    • @TechTutorETLandAWS
      @TechTutorETLandAWS  3 ปีที่แล้ว

      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

  • @Lifestyle-cooking-pet
    @Lifestyle-cooking-pet 3 ปีที่แล้ว +1

    What if we have 100 columns then 100 expression we will add

    • @TechTutorETLandAWS
      @TechTutorETLandAWS  3 ปีที่แล้ว

      Pass it through one expression in that case. All columns of SQ ---> exp

    • @viveksingh-oh8xi
      @viveksingh-oh8xi 3 ปีที่แล้ว

      @@TechTutorETLandAWS I have keen to know the answer. Could you please elaborate ?