Skip to content
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

d9 updates #40

Merged
merged 1 commit into from
Feb 25, 2021
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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"issues": "https://www.github.com/Islandora/documentation/issues"
},
"require": {
"drupal/migrate_source_csv" : "^2.2"
"drupal/migrate_source_csv" : "^3.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
header_row_count: 1

# Each migration needs a unique key per row in the csv. Here we're using the file path.
keys:
ids:
- file

# You can't enter string literals into a process plugin, but you can give it a constant as a 'source'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
header_row_count: 1

# Each migration needs a unique key per row in the csv. Here we're using the file path.
keys:
ids:
- file

# You can't enter string literals into a process plugin, but you can give it a constant as a 'source'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
header_row_count: 1

# Each migration needs a unique key per row in the csv. Here we're using the file path.
keys:
ids:
- file

# You can't enter string literals into a process plugin, but you can give it a constant as a 'source'.
Expand Down
2 changes: 1 addition & 1 deletion migrate_islandora_csv.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Migrate Islandora CSV'
type: module
description: 'A tutorial on how to migrate files into Islandora using a CSV file'
core: 8.x
package: 'Islandora'
core_version_requirement: ^8 || ^9
dependencies:
- migrate_source_csv