-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Missing Cell Handling #45
Comments
Theoretically, this is handled by the Converter Framework. That depends on how they are cached. If you require a converter from I wonder how that works for the other way around... Since you cannot do
|
I added a test: MissingValue handling seems to work perfectly fine in #49. |
What happens for incoming If it produces |
That's an important note. This basically means that MissingValues should not be allowed to even get to the Converter Framework, but handled beforehand?
Why for all outputs? Some outputs may still be valid and useful? We can still put an error message into the missing cell and possibly produce a Warning. |
for
Sounds good, however I'd avoid to produce warnings for each |
How about: "K-Errors and N-Warnings occured, see missing cells for details" :P |
I think we are a bit off-topic now: So for |
If
MissingValue
cells are mapped into a module, we should handle this gracefully. If null is returned by the module, we should return aMissingCell
.The text was updated successfully, but these errors were encountered: