SAP-samples / hana-shine-xsa

SAP HANA Interactive Education for SAP HANA Extended Application Services, Advanced Model (SHINE for XS Advanced) is an education content to learn, develop, and deploy SAP HANA XS Advanced Model application and is a successor of SHINE for XS Classic.
Apache License 2.0
115 stars 111 forks source link

Defining Path to Importfile in hdbtabledata #14

Closed Ang3er closed 6 years ago

Ang3er commented 7 years ago

Hi there,

Iam not able to find any configuration descriptions of how to use parameters to define the path for Importfiles in the hdbtabledata, as Iam trying to achieve a folder seperation due to easier management.

Thanks in advance Dominik

kiruthikan commented 7 years ago

Hi Ang3er,

Sorry for my delayed response. If you have namespace in your application(eg: test.abc) and you have "subfolder": "append" setting, then you can give the the file_name in your hdbtabledata like below:

"file_name": "test.abc.data::PROJECTS.csv",

In this case csv's are present inside the data folder.

Hope this helps. Please let me know if you have further questions.

Thanks and Regards, Kiruthika

kiruthikan commented 6 years ago

Closing this issue as there is no response. Please reopen in case there are any updates.