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
root.foo = this.thing.number() + 10 root.bar = this.thing.number(5) * 10 Bloblang methods number() can add assertion parse bytes to number?(github.com/dustin/go-humanize) this met example: root.a = this.a.number() root.b = this.b.number()
this hummanize transformat should be a common requirement.
The text was updated successfully, but these errors were encountered:
Hey @jicanghaixb, sounds like a good fit
Sorry, something went wrong.
thks, look forward to this feature.
No branches or pull requests
root.foo = this.thing.number() + 10
root.bar = this.thing.number(5) * 10
Bloblang methods number() can add assertion parse bytes to number?(github.com/dustin/go-humanize)
this met
example:
root.a = this.a.number()
root.b = this.b.number()
In: {"a":"42 MB", b:"42 mib"}
Out: {"a":42000000, b:44040192}
this hummanize transformat should be a common requirement.
The text was updated successfully, but these errors were encountered: