After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339297 - importing space delimited text files with leading spaces would result in a unusable spreadsheet
importing space delimited text files with leading spaces would result in a un...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export Text
1.6.x
Other All
: Normal enhancement
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-04-21 12:52 UTC by samverstraete
Modified: 2006-04-22 02:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
4 lines of text (67 bytes, text/plain)
2006-04-21 12:54 UTC, samverstraete
Details

Description samverstraete 2006-04-21 12:52:43 UTC
ignore leading space characters

Other information:
yes
Comment 1 samverstraete 2006-04-21 12:54:22 UTC
Created attachment 64040 [details]
4 lines of text

this is a test case which illustrates the reported behaviour
Comment 2 Morten Welinder 2006-04-21 13:16:48 UTC
Basically this file -- probably common -- is somewhere between separated and
fixed-width.  The fix is probably fairly easy: when we guess a space as
separator, we should...

1. Probably add [tab] as separator too.
2. Turn on an option to ignore leading separators.

We already (as-of last night) turn on see-two-as-seps-as-one.
Comment 3 Morten Welinder 2006-04-22 02:02:46 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.