Powershell csv row column transpose and manipulation
问题 I'm newbie in Powershell. I tried to process / transpose row-column against a medium size csv based record (around 10000 rows). The original CSV consist of around 10000 rows with 3 columns ("Time","Id","IOT") as below: "Time","Id","IOT" "00:03:56","23","26" "00:03:56","24","0" "00:03:56","25","0" "00:03:56","26","1" "00:03:56","27","0" "00:03:56","28","0" "00:03:56","29","0" "00:03:56","30","1953" "00:03:56","31","22" "00:03:56","32","39" "00:03:56","33","8" "00:03:56","34","5" "00:03:56","35