Normalize ISSNs

[
{
"op": "core/text-transform",
"description": "Text transform on cells in column title.identifier.issn using expression grel:match(replace(trim(value),\"x\",\"X\"),/(\\d{4})-?(\\d{3}[0-9X])/).join(\"-\")",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "title.identifier.issn",
"expression": "grel:match(replace(trim(value),\"x\",\"X\"),/(\\d{4})-?(\\d{3}[0-9X])/).join(\"-\")",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10
},
{
"op": "core/text-transform",
"description": "Text transform on cells in column title.identifier.eissn using expression grel:match(replace(trim(value),\"x\",\"X\"),/(\\d{4})-?(\\d{3}[0-9X])/).join(\"-\")",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "title.identifier.eissn",
"expression": "grel:match(replace(trim(value),\"x\",\"X\"),/(\\d{4})-?(\\d{3}[0-9X])/).join(\"-\")",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10
}
]

Operated as a Community Resource by the Open Library Foundation