質問編集履歴

1

一部修正

2023/03/30 08:14

投稿

fmebg
fmebg

スコア8

test CHANGED
File without changes
test CHANGED
@@ -13,7 +13,7 @@
13
13
  ③ロジック
14
14
  $hash = @{'ITEM'=@{col1=@();col2=@();col3=@();col4=@()}}
15
15
 
16
- $arr = Get-Content "C:\NECTools\HRLog.txt"
16
+ $arr = Get-Content "C:\test.txt"
17
17
 
18
18
  foreach ($value in $arr) {
19
19
  $hash.col1 = $arr.split(",")[0]