Hi all - I need help condensing scattered data from same ID across multiple lines to one line with all data. Here is an example of what I'm looking at:
Thanks!
| ID | v1 | v2 |
| 1 | 3 | . |
| 1 | . | 7 |
| 2 | 1 | . |
| 2 | . | 4 |
| 3 | 5 | . |
| 3 | . | 2 |

Comment