cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while loading data from CSV to HDBTABLE

meghomallar_das
Participant
0 Kudos
271

Group: https://developers.sap.com/group.hana-cloud-db-dev.html
--------------------------

Hello All,

I am very new to SAP CLOUD PLATFORM and I was trying to follow the tutorials in developers.sap.com (https://developers.sap.com/tutorials/hana-cloud-create-db-project.html). As per the tutorial, I have created an HDBTABLE (PERFORMANCE.HDBTABLE), an HDBINDEX (COMMENT_TEXT.HDBINDEX), an HDBTABLEDATA (DATALOAD.HDBTABLEDATA) and uploaded the csv. While trying to deploy the HDBTABLEDATA I am getting the error "8212001 The file requires "db://PERFORMANCE" which is not provided by any file".

Please find the json file below.

{
    "format_version": 1,
    "imports": [
        {
            "target_table": "PERFORMANCE",
            "source_data": {
                "data_type": "CSV",
                "file_name": "performance.csv",
                "has_header": true,
                "dialect": "HANA",
                "type_config": {
                    "delimeter": ","
                }
            }
        }
    ]
}hdi-error.jpg
0 Kudos
Were you able to find a solution for this issue?

Accepted Solutions (0)

Answers (0)