diff --git a/tests/create-xml-recordPath.sh b/tests/create-xml-recordPath.sh index d995255..4bc1df6 100644 --- a/tests/create-xml-recordPath.sh +++ b/tests/create-xml-recordPath.sh @@ -38,8 +38,13 @@ DATA cat << "DATA" > "tmp/${t}/${t}.transform" [ { - "op": "core/column-removal", - "columnName": "record" + "op": "core/column-reorder", + "columnNames": [ + "record - a", + "record - b", + "record - c" + ], + "description": "Reorder columns" }, { "op": "core/row-removal", diff --git a/tests/create-xml-utf8.sh b/tests/create-xml-utf8.sh index b026ab3..1a5baa0 100644 --- a/tests/create-xml-utf8.sh +++ b/tests/create-xml-utf8.sh @@ -38,12 +38,13 @@ DATA cat << "DATA" > "tmp/${t}/${t}.transform" [ { - "op": "core/column-removal", - "columnName": "root" - }, - { - "op": "core/column-removal", - "columnName": "root - record" + "op": "core/column-reorder", + "columnNames": [ + "root - record - icon", + "root - record - code", + "root - record - meaning" + ], + "description": "Reorder columns" }, { "op": "core/row-removal", diff --git a/tests/create-xml.sh b/tests/create-xml.sh index c5f1fa9..c016de7 100644 --- a/tests/create-xml.sh +++ b/tests/create-xml.sh @@ -38,12 +38,13 @@ DATA cat << "DATA" > "tmp/${t}/${t}.transform" [ { - "op": "core/column-removal", - "columnName": "root" - }, - { - "op": "core/column-removal", - "columnName": "root - record" + "op": "core/column-reorder", + "columnNames": [ + "root - record - a", + "root - record - b", + "root - record - c" + ], + "description": "Reorder columns" }, { "op": "core/row-removal",