mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-05-13
This commit is contained in:
@ -126,3 +126,9 @@ $ for item in /home/aorth/10947-1/ITEM@10947-*; do [dspace]/bin/dspace packager
|
||||
```
|
||||
dspace=# delete from metadatavalue where resource_type_id=2 and text_value='';
|
||||
```
|
||||
|
||||
## 2017-05-13
|
||||
|
||||
- After quite a bit of troubleshooting with importing cleaned up data as CSV, it seems that there are actually [NUL](https://en.wikipedia.org/wiki/Null_character) characters in the `dc.description.abstract` field (at least) on the lines where CSV importing was failing
|
||||
- I tried to find a way to remove the characters in vim or Open Refine, but decided it was quicker to just remove the column temporarily and import it
|
||||
- The import was successful and detected 2022 changes, which should likely be the rest that were failing to import before
|
||||
|
Reference in New Issue
Block a user