Add Trafag SAP HANA to Excel SharePoint exporter console app

This commit is contained in:
2026-04-09 15:47:55 +02:00
parent 8d8b62f1f5
commit 673bba7298
7 changed files with 485 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"HanaServers": {
"Internal": {
"Host": "travtrp0",
"Port": 30015,
"Username": "",
"Password": ""
},
"India": {
"Host": "20.197.20.60",
"Port": 30015,
"Username": "",
"Password": ""
}
},
"Sites": [
{ "Schema": "fr01_p", "Server": "Internal", "TSC": "TRFR", "Land": "Frankreich" },
{ "Schema": "it01_p", "Server": "Internal", "TSC": "TRIT", "Land": "Italien" },
{ "Schema": "us01_p", "Server": "Internal", "TSC": "TRUS", "Land": "USA" },
{ "Schema": "TRAFAG_LIVE", "Server": "India", "TSC": "TRIN", "Land": "Indien" }
],
"SharePoint": {
"SiteUrl": "https://trafagag.sharepoint.com/sites/WorldwideBIPlatform",
"ExportFolder": "/Shared Documents/Exports/",
"TenantId": "",
"ClientId": "",
"ClientSecret": ""
},
"DateFilter": "2025-01-01"
}