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

In "Cluster and Edit Column", clicking on entry value to set "Merge?" checkbox does not reflect the final value of operation #146

Closed
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: dan.cao....@gmail.com (September 30, 2010 11:26:04)

  1. Select any clustering algorithm
  2. Among the multiple values, click on any but the first (top) value, which automatically checks the "Merge?" box
  3. Hit Apply and Re-Cluster (or Close)

What is the expected output? What do you see instead?
The expected output should be the value that you selected. The actual value that is clustered to is the first value in the list.

What version of the product are you using? On what operating system?
Using Gridworks for Mac OS X 1.1 r878
Tested on Chrome 6.0.472.63 and Firefox 3.6.10
Mac OS X 10.6.4

Clustering works fine when manually typing in the value.

The extracted javascript is below.

{
"op":"mass-edit",
"description":"Mass edit cells in column state",
"engineConfig":{
"facets":[],
"mode":"row-based"
},
"columnName":"state",
"expression":"value",
"edits":[{
"fromBlank":false,
"fromError":false,
"from":["OH",
"WI",
"WA",
"IA",
"WY"
],
"to":"OH"
}
]
}

Original issue: http://code.google.com/p/google-refine/issues/detail?id=146

@tfmorris
Copy link
Member Author

From dfhu...@gmail.com on September 30, 2010 17:18:53:
Fixed by r1415.

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