Replies: 1 comment
|
@nyurik really this needs #1106 ... from very long ago (2015), when I was starting Miller, I wanted a single bad data cell to not crash processing entirely. The intention was good, but the execution -- in many places, cell values get the Here ... hmm, I think the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there an "fallback in case of an error or exception" function in Miller? Something similar to Excel's
iferror(as oppose toiserror).Usage patterns:
Alternative - exception-like syntax (probably too verbose here?)
P.S. I searched for a while in the docs, but all "error" searches link to
is_errorfunction, which is not as convenient to use.All reactions