Bug 181576 - text to column fails to insert parsed data columns
Summary: text to column fails to insert parsed data columns
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: 1.93
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Sheets (KSpread) Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 10:04 UTC by John Gutierrez
Modified: 2013-11-22 10:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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