Skip to content

Commit

Permalink
Removed "TEST_" from identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
smrohrer committed Nov 18, 2020
1 parent 5296c06 commit 1676012
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file modified createInternetArchiveCsv.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const creatorMapper = record => {

module.exports = [
// reserved IA metadata fields
new Field('Identifier', 'identifier', record => `TEST_${record.get('Identifier').replace('+', '-')}`),
new Field('Identifier', 'identifier'),
new Field(null, 'file', fileMapper),
new Field('Title', 'title'),
new Field(null, 'creator', creatorMapper),
Expand Down
Empty file modified ia-install.sh
100644 → 100755
Empty file.
Empty file modified ia-prepare.sh
100644 → 100755
Empty file.

0 comments on commit 1676012

Please sign in to comment.