質問編集履歴
1
一部修正
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -13,7 +13,7 @@ | |
| 13 13 | 
             
            ③ロジック
         | 
| 14 14 | 
             
            $hash = @{'ITEM'=@{col1=@();col2=@();col3=@();col4=@()}}
         | 
| 15 15 |  | 
| 16 | 
            -
            $arr = Get-Content "C:\ | 
| 16 | 
            +
            $arr = Get-Content "C:\test.txt"
         | 
| 17 17 |  | 
| 18 18 | 
             
            foreach ($value in $arr) {
         | 
| 19 19 | 
             
            $hash.col1 = $arr.split(",")[0]
         | 
