Add notes for 2020-03-12

This commit is contained in:
2020-03-12 12:58:21 +02:00
parent 690b955e82
commit 34eae0cbeb
91 changed files with 158 additions and 99 deletions

View File

@ -53,7 +53,7 @@ I tweeted the CGSpace repository link
"/>
<meta name="generator" content="Hugo 0.66.0" />
<meta name="generator" content="Hugo 0.67.0" />
@ -257,7 +257,7 @@ COPY 35
<li>Validate and normalize affiliations against our 2019-04 list using reconcile-csv and OpenRefine:
<ul>
<li><code>$ lein run ~/src/git/DSpace/2019-04-08-affiliations.csv name id</code></li>
<li>I always forget how to copy the reconciled values in OpenRefine, but you need to make a new colum and populate it using this GREL: <code>if(cell.recon.matched, cell.recon.match.name, value)</code></li>
<li>I always forget how to copy the reconciled values in OpenRefine, but you need to make a new column and populate it using this GREL: <code>if(cell.recon.matched, cell.recon.match.name, value)</code></li>
</ul>
</li>
</ul>