Hi All,
I created a .hdbti file with the following configuration.
import = [ {
hdbtable = "tmp.import_table::VARIANT_NEW";
file = "tmp.import_table.CSV:data_timestamp.csv";
header = false;
}
];
My hdbtable contains fields with "timestamp" datatype and the CSV file is exported from a table having the same data type. But I get the type mismatch error while activating the .hdbti file. But when I do the same for the tables having the "VARCHAR" or "INTEGER" datatypes only, it successfully activates and the data gets copied successfully. I suppose csv files handle only "VARCHAR" and "INTEGER" data types. Is there any way to handle the "timestamp" or "date" data types for .hdbti configuration? Herewith I have attached the error message I got during activation of .hdbti file.
With Regards
Nitish