ghmo / google-refine

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

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by dan.cao....@gmail.com on 30 Sep 2010 at 11:26

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed by r1415.

Original comment by dfhu...@gmail.com on 30 Sep 2010 at 5:18

GoogleCodeExporter commented 8 years ago

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