How do I setup an import/replace data option when loading data into a table using the import from CSV facility in SQL Developer? The default is import/append. Do I have to truncate table data first or can SQLDeveloper do it for me prior to import. I need to refresh multiple reference tables from multiple csv files.
PaulP