Customer Portal

(De)normalization with ETL

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    full documentation you can found on http://www.cloveretl.org/documentation/ and on CloverETL Wiki.
    Example solution of your task:
    1. DBInputTable: read data from employee table
    2. SimpleCopy - multiply data to 2 streams
    3. Dedup - deduplicate cities
    4. DBOutputTable - insert data to city table, get autogenerated keys
    5. HashJoin - join employees with cities
    6. DBOutputTable - insert data to employee table
  • Avatar
    jfaerman
    0
    Comment actions Permalink
    I'll chek it out, thank you very much.

Please sign in to leave a comment.