-
I have data which is like this (whitespaces are just for readability)
The records have a key field and many (~60) value fields. I want to merge the lines with identical keys into a single line in order to have unique keys. The problem are the value fields, which might have identical data for each key or different data for each key. Many values might be empty. The ideal solution would select the most common non-empty value. In case of a tie choosing any value is fine. For the above example, the ideal solution would be:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @masgo , running
you will have
|
Beta Was this translation helpful? Give feedback.
Hi @masgo , running
you will have