adjust tests for OpenRefine 4.x

This commit is contained in:
Felix Lohmeier 2021-07-12 22:51:48 +02:00
parent f66c88ee35
commit a368147bdf
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ DATA
# ================================== ACTION ================================== #
${cmd} --create "tmp/${t}/${t}.csv" --processQuotes "false"
# OpenRefine 4.x fails without manually set headerLines
${cmd} --create "tmp/${t}/${t}.csv" --processQuotes "false" --headerLines 1
${cmd} --export "${t}" --output "tmp/${t}/${t}.output"
# =================================== TEST =================================== #