How can I truncate a table before loading?
I’ve tried the following:
- add a truncate table statement to DBOutputTable followed by an insert
- add a delete statement to DBOutputTable followed by an insert
I also don’t see anything in the component property to perform this operation.
For some context, I like to load my data into an empty staging table before loading into the target with an insert or upsert. Now that I think of it, I’m not sure I can do this in Clover.
Any guidance?
Thanks.