cancel
Showing results for 
Search instead for 
Did you mean: 

Import from file to SAP Hana Cloud DB

liansc
Member
0 Kudos

Hi,

I have an up and running DB on a trial plan, and I'm currently exploring the import from file functionality. Import using the cloud Database Explorer works fine, but my goal is to import data from a csv file in my local machine to my trial DB via hdbsql in my local machine.

I tried this by running the ff command in hdbsql:

IMPORT FROM CSV FILE 'C:\sample.csv' INTO "dbo.MYTABLE"
WITH RECORD DELIMITED BY '\n'
FIELD DELIMITED BY ',';

However, I get the following error:

Error: (dberror) [2]: general error: Error: feature 'ImportExport.Import' is disabled. (See M_CUSTOMIZABLE_FUNCTIONALITIES)

How do I enable this feature? Is what I'm trying to do possible?

Hope you can help me. Thanks.

Accepted Solutions (0)

Answers (0)