Version: 2.0 beta-5 (using 4.1.3 (KDE 4.1.3) "release 4.9", openSUSE 11.1) Compiler: gcc OS: Linux (i686) release 2.6.27.7-9-pae Text to column fails by only showning first column of data. i.e., a cell with "lastnames firstnames" separates the data correctly, but only shows shows the "lastname" column with the 'lastname' data. (data loss) example a b c 1 xx yy zz aa 2 expected a b c d 1 xx yy zz aa 2 Results a b c 1 xx zz aa 2
Git commit e037aad7e0a26b8c3e719b94533ebea74c4eb7c1 by Tomas Mecir. Committed on 10/11/2013 at 18:57. Pushed by mecir into branch 'master'. fix text to columns Related: bug 178172 M +12 -14 sheets/dialogs/CSVDialog.cpp http://commits.kde.org/calligra/e037aad7e0a26b8c3e719b94533ebea74c4eb7c1
Git commit dbcb43f804f81c958a5f206a9d5fe42df72d1ccd by Boudewijn Rempt, on behalf of Tomas Mecir. Committed on 10/11/2013 at 18:57. Pushed by rempt into branch 'calligra/2.7'. fix text to columns Related: bug 178172 M +12 -14 sheets/dialogs/CSVDialog.cpp http://commits.kde.org/calligra/dbcb43f804f81c958a5f206a9d5fe42df72d1ccd