You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check to see if stdin is available sometimes failed due to a race condition #137. This was fixed by rechecking after 1 second #138. In most cases, this will be sufficient.
Support for OpenRefine 3.8.4+ (which introduced some security fixes)
Note that the test import-csv-ignoreQuoteCharacter.sh fails with OpenRefine 3.8. 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). A ticket for further investigation has been created in the OpenRefine repo.