Skip to content

Commit c1a8ca0

Browse files
committed
Rename screenshots
1 parent 43cb9ba commit c1a8ca0

10 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To modify your Excel sheet, follow these steps:
3333
1. Select the header row with all the country names.
3434
2. 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
4949
5. 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
5353
6. In cell **C1**, enter the following string:
5454
@@ -58,7 +58,7 @@ To modify your Excel sheet, follow these steps:
5858
5959
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/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
109109
1. 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
113113
2. 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
117117
3. 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
127127
5. 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
131131
The data is imported to the page, as seen in the image below:
132132

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398890.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/countries-with-tags.png

File renamed without changes.

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398889.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/country-sheet.png

File renamed without changes.

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398896.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/create-mapping.png

File renamed without changes.

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/create.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/create-schema.png

File renamed without changes.

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398898.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/new-entity.png

File renamed without changes.

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398899.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/persistable-properties.png

File renamed without changes.

static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/19398888.png renamed to static/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/transpose.png

File renamed without changes.

0 commit comments

Comments
 (0)