diff --git a/tests/create-csv-processQuotes.sh b/tests/create-csv-processQuotes.sh index a6d09de..ada5aa1 100644 --- a/tests/create-csv-processQuotes.sh +++ b/tests/create-csv-processQuotes.sh @@ -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 =================================== #