In OpenRefine, how can I go from this:
ID criteria
=====.============
40006 John Doe|1985-05-15
50008 John Doe|1985-05-15
23012 John Doe|1985-05-15
90001 Ferry Hart|1978-09-23
9031 Ferry Hart|1978-09-23
to this:
ID's criteria
===================.===================
40006, 50008, 23012 John Doe|1985-05-15
90001, 9031 Ferry Hart|1978-09-23
This looks like the right answer. Blanking down does produce this:
ID criteria
=====.============
40006 John Doe|1985-05-15
50008
23012
90001 Ferry Hart|1978-09-23
9031
But Join multi-valued cells on ID doesn't seem to work. This might be because all my rows are also records.
Any suggestions?