I have a table in a variable in a specific format (similar to csv)
| ID | Status | Notes |
| 1 | OK | A |
| 2 | OK | B |
any suggestions on how to convert it into an array of objects? I've tried select-object but doesn't really do it.
Thanks