VisibleSpectrum / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Delievered "Collapse whitespace" transformation does not work #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a grid which includes whitespace in a column.
2. From the column header, select Edit Cells -> Common Transforms ->
Collapse whitespace.

What is the expected output? What do you see instead?

Contiguous blocks of whitespace should be collapsed to a single space. 
This does not occur.

What version of the product are you using? On what operating system?

SVN HEAD on OSX.

Please provide any additional information below.

The following Jython expression collapsed whitespace correctly:
import re
return re.sub(r'\s+',' ',value)

Original issue reported on code.google.com by staringmonkey on 14 May 2010 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by stefano.mazzocchi@gmail.com on 14 May 2010 at 4:14

GoogleCodeExporter commented 8 years ago

Original comment by dfhu...@gmail.com on 18 Jul 2010 at 1:01

GoogleCodeExporter commented 8 years ago
Fixed in trunk

Original comment by stefa...@google.com on 31 Aug 2010 at 7:47

GoogleCodeExporter commented 8 years ago

Original comment by dfhu...@google.com on 27 Sep 2010 at 10:02

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:56

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 4:10