Skip to content

fix typos in import guide #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/data-importer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Data Importer generates a name for the index and the index type created is Neo4j
If you make a mistake, select the erroneous index and click the trash-can to delete it.

If you know that you are going to use a property regularly, it is good practice to add an index to it.
For example, if you doing administrative work with Northwind, you may be interested in the order dates.
For example, if you are doing administrative work with Northwind, you may be interested in the order dates.
See if you can add an index to the `orderDate` property that will help you with that!

[%collapsible]
Expand Down
4 changes: 2 additions & 2 deletions documentation/import-upx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This guide is continuing with the same dataset, Northwind.

=== Add the Northwind files

To get started, navigate to the `Data Serices > Import` menu item and choose the CSV option when adding a data source. Then {northwind-subset-data-only-no-model-zip-file}[download and unzip this file of CSVs^] and drop the files onto the highlight:import/import-file-panel[data source panel].
To get started, navigate to the `Data Services > Import` menu item and choose the CSV option when adding a data source. Then {northwind-subset-data-only-no-model-zip-file}[download and unzip this file of CSVs^] and drop the files onto the highlight:import/import-file-panel[data source panel].

[%collapsible]
.Are you having trouble?
Expand Down Expand Up @@ -151,7 +151,7 @@ Data Importer generates a name for the index and the index type created is Neo4j
If you make a mistake, select the erroneous index and click the trash-can to delete it.

If you know that you are going to use a property regularly, it is good practice to add an index to it.
For example, if you doing administrative work with Northwind, you may be interested in the order dates.
For example, if you are doing administrative work with Northwind, you may be interested in the order dates.
See if you can add an index to the `orderDate` property that will help you with that!

[%collapsible]
Expand Down