Customer Portal

Merging flows from different csv files.

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    I see two scenarios to achieve the aim:

    • DataReader --> ExtSort --> Denormalizer - Data Reader reads all the files using wild-cards, if the key doesn't exist it can be created by source_row_count auto filling function

    • Data Readers ==> MergeJoin - each reader reads its own file, key can be also generated by source_row_count or global_row_count auto filling function
  • Avatar
    rasputinjones
    0
    Comment actions Permalink
    Right on! Went with the denormalize option.

    CloverETL is so righteous...!!! :)

Please sign in to leave a comment.