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
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Before starting this how-to, make sure you have completed the following prerequi
24
24
25
25
The Excel sheet you receive in this scenario contains almost every country in the world, as well as some supporting data. This data has to be imported into your application.
26
26
27
-
You can find the Excel sheet here: [Countries](/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/Countries.xlsx).
27
+
You can find the Excel sheet here: [Countries](/attachments/refguide/modeling/integration/import-a-large-excel-file/Countries.xlsx).
28
28
29
29
You are going to make an XSD schema from the headers in the Excel sheet so you can import the data into the model.
30
30
@@ -33,9 +33,9 @@ To modify your Excel sheet, follow these steps:
33
33
1. Select the header row with all the country names.
34
34
2. Copy and paste them in a new sheet using the transpose function:
Your headers should be listed vertically and your sheet should look like this: [Countries Transposed](/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/CountriesTransposed.xlsx).
38
+
Your headers should be listed vertically and your sheet should look like this: [Countries Transposed](/attachments/refguide/modeling/integration/import-a-large-excel-file/CountriesTransposed.xlsx).
39
39
40
40
You are now ready to add some tags around the column.
41
41
@@ -48,7 +48,7 @@ To modify your Excel sheet, follow these steps:
48
48
49
49
5. Drag the string all the way down to the last country.
0 commit comments