This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Parser hdbti
Antoaneta edited this page Sep 23, 2021
·
4 revisions
The information on how to develop the design-time data-persistence model for an XSK application using the HDBTI syntax
- SAP Help
- Sample Hana XS Classic and XS Advanced syntax:
import = [
{
table = "myTable";
schema = "mySchema";
file = "sap.ti2.demo:myData.csv";
header = false;
delimField = ";";
keys = [ "GROUP_TYPE" : "BW_CUBE"];
},
{
table = "sap.ti2.demo::myTable";
schema = "mySchema";
file = "sap.ti2.demo:myData2.csv";
header = false;
delimField = ";";
keys = [ "GROUP_TYPE" : "BW_CUBE"];
}
];
- Parser specific details
variable names are case sensitive.
- Sample
https://github.com/SAP/xsk/tree/main/samples/hdb_hdbti_simple
- Modules
https://github.com/SAP/xsk/tree/main/modules/parsers/parser-hdbti
https://github.com/SAP/xsk/tree/main/modules/engines/engine-hdbti