mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-07-26
This commit is contained in:
@ -372,4 +372,19 @@ isbn.validate('978-92-9043-389-7')
|
||||
issn.validate('1020-3362')
|
||||
```
|
||||
|
||||
## 2019-07-26
|
||||
|
||||
- Bioversity sent me an updated CSV file that fixes some of the issues I pointed out yesterday
|
||||
- There are still 1429 records
|
||||
- There are still one extra row and one extra column
|
||||
- There are still eight invalid ISBNs (according to my `validate.py` script)
|
||||
|
||||
- I figured out a GREL to trim spaces in multi-value cells without splitting them:
|
||||
|
||||
```
|
||||
value.replace(/\s+\|\|/,"||").replace(/\|\|\s+/,"||")
|
||||
```
|
||||
|
||||
- I whipped up a quick script using Python Pandas to do whitespace cleanup
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user