Hi all,
I stumbled over an issue in case a dataset has no values for the last k
columns.
The dataset which I want to open has the following format:
A B C D
1 4
2
3
As can be seen, the last two columns have a header, but all rows are
missing.
For a csv file all four columns get imported as series, respectively.
However, for ods- or xlsx-files only the first two columns are imported
but not columns C and D. I could not find any hint in the help file.
For both ods and xlsx files, the terminal prints the message "Sheet has
2 trailing empty variables"
Can anybody explain this to me, please? Or is this a bug?
Please find attached the test data files.
Best
Artur