Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test import-csv-ignoreQuoteCharacter.sh fails with OpenRefine 3.8 #132

Open
felixlohmeier opened this issue Dec 11, 2024 · 1 comment
Open
Assignees
Labels
update Update dependencies

Comments

@felixlohmeier
Copy link
Member

FAILED import-csv-ignoreQuoteCharacter.sh

[2024-12-11T22:01:24] imported import-csv-ignoreQuoteCharacter.csv
  http://localhost:3333/project?project=2005286739047
  name: import-csv-ignoreQuoteCharacter
  rows: 3
--- import-csv-ignoreQuoteCharacter.assert      2024-12-11 22:01:24.701420394 +0000
+++ import-csv-ignoreQuoteCharacter.output      2024-12-11 22:01:24.833420390 +0000
@@ -1,4 +1,4 @@
-a      b       c       Column 4
-1      2       0       3
-0      0       0
-$      /       '
+a      b       c
+1      "2,0"   3
+0      0       0
+$      /       '
@felixlohmeier felixlohmeier added the update Update dependencies label Dec 11, 2024
@felixlohmeier felixlohmeier self-assigned this Dec 11, 2024
@felixlohmeier
Copy link
Member Author

The option “Use character ... to enclose cells containing column separators” (ignoreQuoteCharacter) of the new CSV/TSV importer (OpenRefine 3.8) behaves differently than before (OpenRefine 3.7)

OpenRefine/OpenRefine#7042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update Update dependencies
Development

No branches or pull requests

1 participant