Customer Portal

how to concatenate 2 files with different FMT?

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    in Conacatenate component all input ports have to have the same metadata so you have to "add" lacking field, eg. if you read data from database you don't have to fill all fields (eg. "select $reference:=reference, $name:=name, $address:=address from customers", but metadata have 4 fields), if you have a "transformation" component (Reformat, MergeJoin, Denormalize,...) before the Concatenate, you can change metadata there or you can put Reformat before Concatenate, which only changes metadata.

Please sign in to leave a comment.