'`win 7-64
LO Version: 6.3.5.2 (x64)`
I’m writing a test file to check the ods output as a csv file and found the following curiosities:
- The first column is a number ($a1=1). The first column does not appear in the output.
- The third ods row is
3 a, b c d
and the output is"a,",,c,d
, b is missing. - The fourth ods row is
4 a"" b c d
and the output isa"",,c,d
b is missing. - The fifth ods row is
5 a", b c d
and the output is"a",",,c,d
b is missing, double quotes unbalanced.
I don’t understand why the first column doesn’t output. The unbalanced double quotes are probably correct(?).
Since this is a test, the question is which ods inputs can not be supported (no way, no how), and which are in error.
I suspect that as I continue to devlop test cases more anomalies will show up. Should I ignore them, report them, or cast caution to the winds and remove the tests.