dflemstr / rq

Record Query - A tool for doing record analysis and transformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does parseInt work correctly?

anxolerd opened this issue · comments

I cannot understand how to make parseInt processor work. I assume it can be broken.

Environment

rq --version
v0.9.2-19-gcc684b6

Installed via curl
Selected musl version to be installed

Steps to reproduce

echo '"1" "2" "3"' | rq 'parseInt'

Actual result

{}
{}
{}

Expected result

1
2
3