Object Relational Mapping from CSV with PowerShell?
问题 "How to iterate through CSV data from PowerShell ?" would perhaps be an alternate question title. This output is fine: PS /home/nicholas> PS /home/nicholas> $flat Date Region New_Tests Total_Tests Positivity Turn_Around ---- ------ --------- ----------- ---------- ----------- 2020-01-23 BC 2 2 0 32 2020-01-23 Fraser 0 0 0 0 2020-01-23 Interior 0 0 0 0 2020-01-23 Northern 0 0 0 0 2020-01-23 Unknown 0 0 0 0 2020-01-23 Vancouver Coastal 2 2 0 32 2020-01-23 Vancouver Island 0 0 0 0 .. but I'd be