-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
filter2 Cannot transition token types from STRING to VARIABLE caused by single quotes #174
Comments
Fixed. I'm tired of adding patches for these two commands since https://github.com/Knetic/govaluate is not active anymore, I will soon replace it with https://github.com/antonmedv/expr. #172
|
Many thanks! |
Unfortunately, the new build have not the same flags for "mutate2" anymore. For instance, there is no flag Flags of previous build:
Flags of new build:
|
Many thanks for the hot fix! |
I'm using csvtk v0.23 and get an error message if I try to filter against a string containing single quotes.
Example:
The lazy quotes parameter does not help in this case. Single quoting should not matter for tab-separated input and also not for csv because it uses double quotes.
The text was updated successfully, but these errors were encountered: