How to merge rows in OpenRefine

后端 未结 5 1269
予麋鹿
予麋鹿 2021-01-26 10:12

How to merge rows based on some ID field?

Original Table                   New Table

ID   | Field1 | Field2       ID     | Field1 | Field2
-----|------- |------         


        
5条回答
  •  余生分开走
    2021-01-26 10:44

    I think a simpler solution would be to use:

    1° The feature "Edit Cells / Blank Down" on your ID column, in order to get something like this:

    2° Then "Edit Cells / Join Multivalued cells" on the last column only (Field2), which will produce this:

提交回复
热议问题