windows 10, emacs 26.1
Supose I have the following text:
OwnerKey OrganizationName GUID
111192 Infocom 41EA23423423423423423C8-62A61A1532C5
345423 TV A3B8F234234234234239FA5-4D71242359EE
123423 TV A3B823423423424234-234234234322659EE
I need to create something like this:
| OwnerKey | OrganizationName | GUID |
|----------+------------------+--------------------------------------|
| 111192 | Infocom | 41EA23423423423423423C8-62A61A1532C5 |
| 345423 | TV | A3B8F234234234234239FA5-4D71242359EE |
| 123423 | TV | A3B823423423424234-234234234322659EE |
How I can do this quickly. I don't want to do this manually line by line.