Add notes for 2017-05-13

This commit is contained in:
2017-05-13 13:48:40 +03:00
parent 4d443e60e1
commit 516e5ecd1d
3 changed files with 22 additions and 8 deletions

View File

@ -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