Skip to content

Commit

Permalink
fix ndl_bib_id format in the import TSV file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 13, 2025
1 parent 0645a14 commit edb9584
Show file tree
Hide file tree
Showing 56 changed files with 1,323 additions and 2,191 deletions.
2 changes: 1 addition & 1 deletion app/models/resource_import_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def import
end
end
if manifestation.nil? && row['ndl_bib_id']
manifestation = Manifestation.import_ndl_bib_id(row['ndl_bib_id'])
manifestation = Manifestation.import_ndl_bib_id("R100000002-I#{row['ndl_bib_id']}")
if manifestation
num[:manifestation_imported] += 1
end
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit edb9584

Please sign in to comment.