COLUMN TABLE "PLB_PPROJECT.DB_PLB::EMPLOYEE" (
"EMP_ID" INTEGER COMMENT 'Employee ID',
"EMP_NAME" NVARCHAR(256) COMMENT 'Employee Name',
"EMAIL_ID" NVARCHAR(256) COMMENT 'Employee Email id',
"ADDRESS" NVARCHAR(200) COMMENT 'Employee Address',
PRIMARY KEY ("EMP_ID")
)
{
"format_version": 1,
"imports": [{
"target_table" : "PLB_PPROJECT.DB_PLB::EMPLOYEE",
"source_data": {
"data_type" : "CSV",
"file_name" : ""PLB_PPROJECT.DB_PLB::EMPLOYEE.CSV",
"has_header" : true,
"no_data_import": false,
"delete_existing_foreign_data": false,
"dialect" : "HANA",
"type_config" : {
"delimiter" : ","
}
},
"import_settings" : {
"import_columns" : [
"EMP_ID",
"EMP_NAME",
"EMAIL_ID",
"ADDRESS",
],
"include_filter" : [ ]
} ,
"column_mappings" : {
"EMP_ID" : 1, "EMP_NAME" : 1, "EMAIL_ID" : 1, "ADDRESS" : 1
}
}]
}
Service{
"PLB_PROJECT.DB_PLB::CV_EMPLOYEE " AS "EMPLOYEE" Key ("EMP_ID")
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
23 | |
8 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 |