Bug report #3994

Delimited text plugin does not handle multiple spaces

Added by Paolo Cavallini about 13 years ago. Updated about 13 years ago.

Status:Closed
Priority:Normal
Assignee:Jürgen Fischer
Category:C++ Plugins
Affected QGIS version: Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied: Resolution:
Crashes QGIS or corrupts data: Copied to github as #:13983

Description

A file like this:

label X Y

mazzano 1 2

is not parsed correctly. An option "multiple spaces" should be added.

History

#1 Updated by Jürgen Fischer about 13 years ago

  • Assignee deleted (Jürgen Fischer)

#2 Updated by Jürgen Fischer about 13 years ago

  • Assignee set to Jürgen Fischer
  • Status changed from Open to Closed

I don't see multiple spaces in the example, but for unusual delimiters you can still use regular expressions. " *" or " +" should catch multiple blanks.

Also available in: Atom PDF