Bug 181576

Summary: text to column fails to insert parsed data columns
Product: [Applications] calligrasheets Reporter: John Gutierrez <jtgutier>
Component: generalAssignee: Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.93   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description John Gutierrez 2009-01-22 10:04:17 UTC
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
Comment 1 Tomas Mecir 2013-11-10 18:59:19 UTC
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
Comment 2 Halla Rempt 2013-11-22 10:56:03 UTC
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