mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-03-30 00:00:46 +01:00
adjust tests for OpenRefine 3.5
This commit is contained in:
parent
2735db3f3f
commit
f66c88ee35
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user