@@ -33,7 +33,7 @@ To modify your Excel sheet, follow these steps:
33331 . Select the header row with all the country names.
34342 . Copy and paste them in a new sheet using the transpose function:
3535
36- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398888 .png" class="no-border" >}}
36+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/transpose .png" class="no-border" >}}
3737
3838 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 ) .
3939
@@ -48,7 +48,7 @@ To modify your Excel sheet, follow these steps:
4848
49495. Drag the string all the way down to the last country.
5050
51- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398889 .png" class="no-border" >}}
51+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/country-sheet .png" class="no-border" >}}
5252
53536. In cell **C1**, enter the following string:
5454
@@ -58,7 +58,7 @@ To modify your Excel sheet, follow these steps:
5858
59597. 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/howto/integration/importing-excel-documents/import-a-large-excel-file/CountriesWithTags.xlsx).
6060
61- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398890 .png" class="no-border" >}}
61+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/countries-with-tags .png" class="no-border" >}}
6262
6363 Now, group the three different columns into one column. This is necessary to copy the whole column into an XSD file.
6464
@@ -108,11 +108,11 @@ The XSD file is ready to be imported into your app. To import it, follow these s
108108
1091091. Open your app and create a new XSD schema. Do this by right-clicking the module and selecting **Add other** > **XML schema**.
110110
111- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/create.png" class="no-border" width="600" >}}
111+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/create-schema .png" class="no-border" width="600" >}}
112112
1131132. With the new XSD schema, create the XML-to-domain mapping by right-clicking the module > **Add other** > **Import mapping**.
114114
115- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398896 .png" class="no-border" width="600" >}}
115+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/create-mapping .png" class="no-border" width="600" >}}
116116
1171173. Check all the attributes listed. After clicking **OK**, you see a mapping entity with all your countries.
118118
@@ -122,11 +122,11 @@ The XSD file is ready to be imported into your app. To import it, follow these s
122122
123123 Your entity is created:
124124
125- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398898 .png" class="no-border" >}}
125+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/new-entity .png" class="no-border" >}}
126126
1271275. Open your domain model and set the entity’s **Persistable** property to **Yes**.
128128
129- {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398899 .png" class="no-border" >}}
129+ {{< figure src="/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/persistable-properties .png" class="no-border" >}}
130130
131131The data is imported to the page, as seen in the image below:
132132
0 commit comments