Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 4343

Error in executing .hdbti file

$
0
0

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.

 

error.PNG

 

With Regards

Nitish


Viewing all articles
Browse latest Browse all 4343

Trending Articles