-
Notifications
You must be signed in to change notification settings - Fork 3
hdbti
Ayhan Rashidov edited this page Sep 5, 2022
·
1 revision
This object represents a table import configuration.
The information on how to develop the design-time data-persistence hdbti model for a Kronos application.
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"];
}
];
Variable names are case sensitive.
https://github.com/codbex/codbex-kronos/tree/main/samples/hdb-hdbti-simple
- ANTLR Parser
https://github.com/codbex/codbex-kronos/tree/main/modules/parsers/parser-hdbti/src/main
- Data Structure Parser
- Processor
https://github.com/codbex/codbex-kronos/tree/main/modules/parsers/parser-hdbti/src/test https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdbti/src/test/java/com/codbex/kronos/hdbti/parser https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdbti/src/test/java/com/codbex/kronos/hdbti/processors