mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-03-10
This commit is contained in:
@ -74,4 +74,29 @@ Total number of bot hits purged: 12914
|
||||
|
||||
- Start AReS harvest
|
||||
|
||||
## 2022-03-10
|
||||
|
||||
- A few days ago Gaia sent me her notes on the fourth batch of TAC/ICW documents (items 701–980 in the spreadsheet)
|
||||
- I created a filter in LibreOffice and selected the IDs for items with the action "delete", then I created a custom text facet in OpenRefine with this GREL:
|
||||
|
||||
```
|
||||
or(
|
||||
isNotNull(value.match('707')),
|
||||
isNotNull(value.match('709')),
|
||||
isNotNull(value.match('710')),
|
||||
isNotNull(value.match('711')),
|
||||
isNotNull(value.match('713')),
|
||||
isNotNull(value.match('717')),
|
||||
isNotNull(value.match('718')),
|
||||
...
|
||||
isNotNull(value.match('821'))
|
||||
)
|
||||
```
|
||||
|
||||
- Then I flagged all matching records, exported a CSV to use with SAFBuilder, and imported them on DSpace Test:
|
||||
|
||||
```console
|
||||
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace import --add --eperson=fuu@ummm.com --source /tmp/SimpleArchiveFormat --mapfile=./2022-03-10-tac-batch4-701to980.map
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user