Customer Portal

Truncate table before loading?

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello CiscoChi,
    for "static" statements, like truncate table or create table, you should use DBExecute component. Create graph, which in the first phase truncates your database table and in the next phases does the rest of your transformation (see example extExamples/graph/graphDBLoad5.grf from our examples: cloverETL.examples.rel-2-8-0.zip)
  • Avatar
    ciscochi
    0
    Comment actions Permalink
    Thanks!

    I found DBExecute after I posted. This works for me.

Please sign in to leave a comment.