Skip to content

Instantly share code, notes, and snippets.

View magdmartin's full-sized avatar

Martin Magdinier magdmartin

  • Toronto (Canada)
View GitHub Profile
@magdmartin
magdmartin / json
Created April 24, 2015 19:53
Extract Related Subjects from OCLC MARC XML in OpenRefine
[
{
"op": "core/multivalued-cell-split",
"description": "Split multi-valued cells in column results",
"columnName": "results",
"keyColumnName": "OCLC_ID",
"separator": "datafield",
"mode": "plain"
},
{
@magdmartin
magdmartin / recipe
Created October 10, 2014 03:47
OpenRefine recipe to parse Apache log
[
{
"op": "core/column-split",
"description": "Split column Column 1 by separator",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "Column 1",
"guessCellType": true,