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
Your headers should be listed vertically and your sheet should look like this: [Countries Transposed](http://attachments/refguide/modeling/integration/use-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/use-excel-documents/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,17 +48,17 @@ To modify your Excel sheet, follow these steps:
48
48
49
49
5. Drag the string all the way down to the last country.
7. Like you did with the previous string, drag it down to the last country. The Excel sheet should now look like this: [Countries with Tags](http://attachments/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file/CountriesWithTags.xlsx).
59
+
7. Like you did with the previous string, drag it down to the last country. The Excel sheet should now look like this: [Countries with Tags](/attachments/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file/CountriesWithTags.xlsx).
Now, group the three different columns into one column. This is necessary to copy the whole column into an XSD file.
64
64
@@ -68,7 +68,7 @@ To modify your Excel sheet, follow these steps:
68
68
=(A1&B1&C1)
69
69
```
70
70
71
-
9. Drag the cells down like you’ve done with column **A1** and **C1**. Now, column **D** should have columns **A**, **B**, and **C** combined into one, and your sheet should look like this: [Countries with Tags and Column D](http://attachments/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file/CountriesWithTagsAndColumnD.xlsx).
71
+
9. Drag the cells down like you’ve done with column **A1** and **C1**. Now, column **D** should have columns **A**, **B**, and **C** combined into one, and your sheet should look like this: [Countries with Tags and Column D](/attachments/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file/CountriesWithTagsAndColumnD.xlsx).
72
72
73
73
## Preparing Your XSD File
74
74
@@ -98,7 +98,7 @@ You have used some of Excel's basic functionalities to create the first part of
98
98
</xs:schema>
99
99
```
100
100
101
-
Your file should look like this: [Country Import](http://attachments/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file/CountryImport.xsd).
101
+
Your file should look like this: [Country Import](/attachments/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file/CountryImport.xsd).
102
102
103
103
5. Click **Save**.
104
104
@@ -108,29 +108,29 @@ The XSD file is ready to be imported into your app. To import it, follow these s
108
108
109
109
1. Open your app and create a new XSD schema. Do this by right-clicking the module and selecting **Add other** > **XML schema**.
0 commit comments