https://bugs.documentfoundation.org/show_bug.cgi?id=151211
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW OS|Windows (All) |All --- Comment #5 from Eike Rathke <[email protected]> --- Ok, if you think that the pasted paragraph above is *exactly* your original data.. And with that I can reproduce even copied from the browser here. It contains apparently tabs as separators, and one field is 5'9" note the trailing " double quote character, which in CSV/TSV would a) have to be doubled and b) the field enclosed in extra double quotes; it should be "5'9""" here. So first hand this is bad generated data. Probably Calc is taking that as a start of a quote and looking for an end quote where there is none, hence all the remainder ends up in the same cell. We are already working around all sorts of bad generated data (which actually may be the fault here), maybe this could be caught as well. -- You are receiving this mail because: You are the assignee for the bug.
