回答編集履歴
1
パス間違い
answer
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
return $result
|
22
22
|
}
|
23
23
|
|
24
|
-
$CsvPath="
|
24
|
+
$CsvPath=".sample.csv"
|
25
25
|
$allLines=get-content $CsvPath -Encoding utf8
|
26
26
|
$allStr=$allLines -join "`a"
|
27
27
|
$MetaSpace=get-NextCodeChar " "
|