Sounds like you should vote for this enhancement:
http://code.google.com/p/google-refine/issues/detail?id=90
In the mean time, you could cluster on the name, use the Blank Down
command on the names which will convert all the independent rows into
Refine "records" and then access the various phone numbers with the
expression:
row.record.cells['Phone'].value
This will give you an array of all the values which you could use with
forEach(), max(), or whatever you expression will get you the value
that you think is appropriate. You could also use Blank Down on that
column to easily eliminate any duplicates before doing additional
processing (hint, trim leading and trailing white space first for best
results).
Hope this gets you started in the right direction.
Tom
--
You received this message because you are subscribed to the Google Groups "Open Refine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.