-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add collection_handles column to CSV
- Loading branch information
Alex Dolski
committed
Jan 4, 2024
1 parent
97dffa9
commit 60dcac2
Showing
9 changed files
with
351 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id,handle,files,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,bogus | ||
+,"","","","","","","",Value of bogus element | ||
id,handle,collection_handles,files,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,bogus | ||
+,"","","","","","","","",Value of bogus element |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id,handle,files,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,dc:title | ||
+,"",hello.txt,"","","","","",New CSV Item | ||
id,handle,collection_handles,files,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,dc:title | ||
+,"","",hello.txt,"","","","","",New CSV Item |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id,handle,filenames,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,dc:title,dc:subject,dc:creator,dc:contributor,dc:description:abstract,dc:date:issued,dc:identifier:uri,dc:type | ||
+,"",missing.txt,Hello world,"","","","",New Item 1,Subject 1||Subject 2,,,,,, | ||
id,handle,collection_handles,filenames,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,dc:title,dc:subject,dc:creator,dc:contributor,dc:description:abstract,dc:date:issued,dc:identifier:uri,dc:type | ||
+,"","",missing.txt,Hello world,"","","","",New Item 1,Subject 1||Subject 2,,,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
id,handle,files,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,dc:title,dc:subject,dc:creator,dc:contributor,dc:description:abstract,dc:date:issued,dc:identifier:uri,dc:type | ||
+,,item1/hello.txt||item1/license.txt,Hello world||License file,,,,,New Item 1,Subject 1||Subject 2,,,,,, | ||
+,,item2/hello.txt||item2/license.txt,Hello world||License file,0||1,2045-02-05||2055-03-10,sysadmin||,Reason 1||Reason 2,New Item 2,Subject 1||Subject 2,,,,,, | ||
id,handle,collection_handles,files,file_descriptions,embargo_types,embargo_expirations,embargo_exempt_user_groups,embargo_reasons,dc:title,dc:subject,dc:creator,dc:contributor,dc:description:abstract,dc:date:issued,dc:identifier:uri,dc:type | ||
+,,,item1/hello.txt||item1/license.txt,Hello world||License file,,,,,New Item 1,Subject 1||Subject 2,,,,,, | ||
+,,,item2/hello.txt||item2/license.txt,Hello world||License file,0||1,2045-02-05||2055-03-10,sysadmin||,Reason 1||Reason 2,New Item 2,Subject 1||Subject 2,,,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.