refactor csv data

This commit is contained in:
Tamashevich, Dzmitry
2020-11-11 20:51:00 +03:00
committed by Daniel Hutzel
parent 29fb47f2e9
commit 25bdc0a6b2
2 changed files with 1 additions and 5 deletions

View File

@@ -411,4 +411,3 @@ ID,invoiceDate,billingAddress,billingCity,billingState,billingCountry,billingPos
410,2013-12-09 00:00:00,"Rua dos Campeões Europeus de Viena, 4350",Porto,,Portugal,,8.91,1,35 410,2013-12-09 00:00:00,"Rua dos Campeões Europeus de Viena, 4350",Porto,,Portugal,,8.91,1,35
411,2013-12-14 00:00:00,Porthaninkatu 9,Helsinki,,Finland,00530,13.86,1,44 411,2013-12-14 00:00:00,Porthaninkatu 9,Helsinki,,Finland,00530,13.86,1,44
412,2013-12-22 00:00:00,"12,Community Centre",Delhi,,India,110017,1.99,1,58 412,2013-12-22 00:00:00,"12,Community Centre",Delhi,,India,110017,1.99,1,58
413,1605029257560,,,,,,0.99,1,4
1 ID invoiceDate billingAddress billingCity billingState billingCountry billingPostalCode total status customer_ID
411 410 2013-12-09 00:00:00 Rua dos Campeões Europeus de Viena, 4350 Porto Portugal 8.91 1 35
412 411 2013-12-14 00:00:00 Porthaninkatu 9 Helsinki Finland 00530 13.86 1 44
413 412 2013-12-22 00:00:00 12,Community Centre Delhi India 110017 1.99 1 58
413 1605029257560 0.99 1 4

View File

@@ -27,9 +27,6 @@
}, },
"cds": { "cds": {
"ACCESS_TOKEN_SECRET": "secret", "ACCESS_TOKEN_SECRET": "secret",
"hana": {
"deploy-format": "hdbtable"
},
"requires": { "requires": {
"db": { "db": {
"kind": "sqlite", "kind": "sqlite",
@@ -43,4 +40,4 @@
} }
} }
} }
} }