You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -486,10 +486,10 @@ Create a new file `test/data/x_orders.ext-x_SalesRegion.csv` with this content:
486
486
::: code-group
487
487
488
488
```csv [test/data/x_orders.ext-x_SalesRegion.csv]
489
-
code;name;descr
490
-
AMER;Americas;North, Central and South America
491
-
EMEA;Europe, the Middle East and Africa;Europe, the Middle East and Africa
492
-
APJ;Asia Pacific and Japan;Asia Pacific and Japan
489
+
code,name,descr
490
+
AMER,"Americas","North, Central and South America"
491
+
EMEA,"Europe, the Middle East and Africa","Europe, the Middle East and Africa"
492
+
APJ,"Asia Pacific and Japan","Asia Pacific and Japan"
493
493
```
494
494
495
495
:::
@@ -1029,8 +1029,8 @@ Append `--delete-settings` to include saved project settings for the current pro
1029
1029
1030
1030
`cds help logout` is available for more details.
1031
1031
1032
-
::: tip
1033
-
When your role-collection assignments have changed, run `cds logout` followed by `cds login` in order to fetch a token containing the new set of scopes.
1032
+
::: tip Re-authenticate when your role-collection assignments have changed
1033
+
Run `cds logout` followed by `cds login` in order to fetch a token with the new scopes.
1034
1034
:::
1035
1035
1036
1036
### Debugging
@@ -1060,15 +1060,15 @@ As described in [Add Data](#add-data), you can provide local test data and initi
1060
1060
::: code-group
1061
1061
1062
1062
```csv [sap.capire.orders-Orders.csv]
1063
-
ID;x_priority;x_salesRegion_code
1064
-
7e2f2640-6866-4dcf-8f4d-3027aa831cad;high;EMEA
1065
-
64e718c9-ff99-47f1-8ca3-950c850777d4;low;APJ
1063
+
ID,x_priority,x_salesRegion_code
1064
+
7e2f2640-6866-4dcf-8f4d-3027aa831cad,high,EMEA
1065
+
64e718c9-ff99-47f1-8ca3-950c850777d4,low,APJ
1066
1066
```
1067
1067
1068
1068
:::
1069
1069
1070
-
::: warning _
1071
-
Adding data only for the missing columns doesn't work when using SAPHANA as a database. WithSAPHANA, you always have to provide the full set of data.
1070
+
::: warning Adding data only for missing columns doesn't work withSAPHANA
1071
+
With SAPHANA, you always have to provide the full set of data.
0 commit comments