Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Truncate with ETL component

Hello,
I wanted to know if it is possible to truncate a table with ETL component.
Thanks.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,
Yes it's possible, you have two ways:
- Before insert data with talend, on tXXOutput component, select "TRUNCATE" for "Action on table".
- With a tXXRow, give your sql statement, like "TRUNCATE TABLE Customers"