Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delievered "Collapse whitespace" transformation does not work #29

Closed
tfmorris opened this issue Oct 15, 2012 · 1 comment
Closed

Delievered "Collapse whitespace" transformation does not work #29

tfmorris opened this issue Oct 15, 2012 · 1 comment
Labels
imported from old code repo Issue imported from Google Code in 2010 Priority: Medium Represents important issues that need to be addressed but are not urgent Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Milestone

Comments

@tfmorris
Copy link
Member

Original author: staringmonkey (May 14, 2010 13:34:39)

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: http://code.google.com/p/google-refine/issues/detail?id=29

@tfmorris
Copy link
Member Author

From stefa...@google.com on August 31, 2010 19:47:15:
Fixed in trunk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported from old code repo Issue imported from Google Code in 2010 Priority: Medium Represents important issues that need to be addressed but are not urgent Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Projects
None yet
Development

No branches or pull requests

1 participant