Open GoogleCodeExporter opened 9 years ago
Version 2386
Original comment by danpaulsmith
on 23 Nov 2011 at 2:38
That's a good idea, Dan. I have been thinking that we'll need several "layers"
(like map layers) to store metadata. One "layer" already exists for
reconciliation, but it should be generalized. So another layer could be for
original values. But we need to think about what to do with it when yet another
transformation is performed on cells that already contain errors.
Original comment by dfhu...@gmail.com
on 27 Nov 2011 at 10:26
+1 for generalising layers.
I might be missing something, but I'd expect a transform on an error to always
be an error?
We only have a small use case for this issue, so we'll workaround it using
"keep-original" and a makeshift error flag.
Thanks!
Original comment by danpaulsmith
on 28 Nov 2011 at 11:32
A transform on an error is usually an error, unless the expression tests for
error and returns a normal value. But the issue is whether the original value
of the first error is kept, or the "original value" is now the first error
itself.
Original comment by dfhu...@gmail.com
on 29 Nov 2011 at 8:02
Original comment by dfhu...@gmail.com
on 29 Nov 2011 at 8:05
Original issue reported on code.google.com by
danpaulsmith
on 23 Nov 2011 at 2:09