Skip to content

Instantly share code, notes, and snippets.

@jaredhowland
Created February 19, 2015 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredhowland/b66ef5ec24c74930df54 to your computer and use it in GitHub Desktop.
Save jaredhowland/b66ef5ec24c74930df54 to your computer and use it in GitHub Desktop.
Risk Management Insurance Report OpenRefine
[
{
"op": "core/row-removal",
"description": "Remove rows",
"engineConfig": {
"facets": [
{
"invert": false,
"expression": "isBlank(value)",
"selectError": false,
"omitError": false,
"selectBlank": false,
"name": "Column",
"omitBlank": false,
"columnName": "Column",
"type": "list",
"selection": [
{
"v": {
"v": true,
"l": "true"
}
}
]
}
],
"mode": "row-based"
}
},
{
"op": "core/column-removal",
"description": "Remove column $<total:U>",
"columnName": "$<total:U>"
},
{
"op": "core/column-removal",
"description": "Remove column $<pieces_circ:U>",
"columnName": "$<pieces_circ:U>"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment