We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot understand how to make parseInt processor work. I assume it can be broken.
parseInt
rq --version v0.9.2-19-gcc684b6
Installed via curl Selected musl version to be installed
curl
musl
echo '"1" "2" "3"' | rq 'parseInt'
{} {} {}
1 2 3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot understand how to make
parseInt
processor work. I assume it can be broken.Environment
Installed via
curl
Selected
musl
version to be installedSteps to reproduce
Actual result
Expected result
The text was updated successfully, but these errors were encountered: