adjust tests for OpenRefine 3.5

This commit is contained in:
Felix Lohmeier 2021-07-12 22:46:54 +02:00
parent 2735db3f3f
commit f66c88ee35
3 changed files with 21 additions and 14 deletions

View File

@ -38,8 +38,13 @@ DATA
cat << "DATA" > "tmp/${t}/${t}.transform" cat << "DATA" > "tmp/${t}/${t}.transform"
[ [
{ {
"op": "core/column-removal", "op": "core/column-reorder",
"columnName": "record" "columnNames": [
"record - a",
"record - b",
"record - c"
],
"description": "Reorder columns"
}, },
{ {
"op": "core/row-removal", "op": "core/row-removal",

View File

@ -38,12 +38,13 @@ DATA
cat << "DATA" > "tmp/${t}/${t}.transform" cat << "DATA" > "tmp/${t}/${t}.transform"
[ [
{ {
"op": "core/column-removal", "op": "core/column-reorder",
"columnName": "root" "columnNames": [
}, "root - record - icon",
{ "root - record - code",
"op": "core/column-removal", "root - record - meaning"
"columnName": "root - record" ],
"description": "Reorder columns"
}, },
{ {
"op": "core/row-removal", "op": "core/row-removal",

View File

@ -38,12 +38,13 @@ DATA
cat << "DATA" > "tmp/${t}/${t}.transform" cat << "DATA" > "tmp/${t}/${t}.transform"
[ [
{ {
"op": "core/column-removal", "op": "core/column-reorder",
"columnName": "root" "columnNames": [
}, "root - record - a",
{ "root - record - b",
"op": "core/column-removal", "root - record - c"
"columnName": "root - record" ],
"description": "Reorder columns"
}, },
{ {
"op": "core/row-removal", "op": "core/row-removal",