cancel
Showing results for 
Search instead for 
Did you mean: 

a system error during import data from local file into table

Former Member
0 Kudos

Hello Every One

     Today I find a strange promlem about import data from local file into table  ,if my table hava a column defined by 'date'. when I want to import data form local file into table. It always  output a strange error. Is anybody also met this situation?

     

     this is my table:

    

    this is my local file:

           

    this is the error message:

           

       

Besr Regards,

  Tang

Accepted Solutions (1)

Accepted Solutions (1)

former_member182779
Active Contributor
0 Kudos

The right format for dates is:

YYYY-MM-DD

So in your .csv file you should use 2011-03-06

Greetings,

Blag.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tang,

The problem is due to being unable to convert the excel value to the date format in HANA. You can either change the type of FLDATE to varchar, or you can convert your excel to a csv format and enclose your dates in quotations in the following format.

You should be able to upload the data to your table this way.

Thanks,

Sharan