https://bugs.documentfoundation.org/show_bug.cgi?id=162839
--- Comment #2 from Robert Großkopf <[email protected]> --- Created attachment 196307 --> https://bugs.documentfoundation.org/attachment.cgi?id=196307&action=edit Database properties when connecting to csv files There will be a difference between the file imported into Calc an a file read by the database. Database will only see 3 columns and put the content in the three columns. a b c 1 2 3 will be right. a b c 1 2 3 2 2 There should be data for 3 columns, but there aren't: Base copies the the value of column 2 to column 3 → wrong values will be shown. Row 4 won't show any value, because the table will only show 3 columns and the value from the original csv-file contains 4 columns in row 4. Base should never show values in a table, which aren't there. So row 3 is a buggy behavior. -- You are receiving this mail because: You are the assignee for the bug.
