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
I recently discovered that the handling of single-/double-quotes in windows is different than linux.
Update:
Single-quoted strings are interpreted literally by PowerShell. It's necessary to double the quotation-marks in a single quoted string. The following command worked as expected:
I run the latest i686-pc-windows-msvc release (v0.24.0)
i use the following command in PowerShell
.\pica.exe filter -s '[email protected] == "118540238"' .\kxp.gz -o goethe.dat2
I receive the folowing error error: invalid record matcher (got
[email protected] == 118540238
)The used command is an example provided by https://deutsche-nationalbibliothek.github.io/pica-rs/book/referenz/kommandos/filter.html
I switched to Linux version of pica-rs where this command works as expected
Is this a user error on my part ? is the windows build functioning ?
The text was updated successfully, but these errors were encountered: