Could anyone show me how to import data from a tab-delimited file (txt or csv) into a new Teradata table without having to write the CREATE TABLE statement again, given the column names defined in the source txt file? Is there a import function similar to the DTS in SQL Server?