I have large amount of rows on a csv file, which look like:
name a,1
name b,1
name c,1
name d,2
name e,2
I need to concatenate the rows based on number. Result should be:
name a|name b|name c
name d|name e
How can I do it in Google Refine or in Excel/Google Spreadsheet?
I am thinking of it, but with no solution.
Thank you a lot!
Here is a proposal with Open refine. The only Grel formula i used is:
screencast
And here is the JSOn, assuming that your first column is named "myColumn" and the second "number" :