Customer Portal

Transforming data problem

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    I don't exactly understand what you want to do, but I think you need MergeJoin or HashJoin component with simple transformation like this:
    ${out.0.Field1} = ${in.0.Field1};
    ${out.0.Field2} = ${in.1.Field1};
    you can use left outer join or full outer join option too.
  • Avatar
    srinu
    0
    Comment actions Permalink
    HI sarvanan,


    use reformat transformer and map the input fields to the neccesary output fileds and then run the graph . it will work


    regards
    srinivas
    muddureddycnu@gmail.com

Please sign in to leave a comment.