2017年2月16日木曜日

テスト

 

001
002
003
004
005
006
007

$encoding = [Text.Encoding]::default 
$text = 
[System.IO.File]::ReadAllText("d:\desktop\HelpDesk.csv",$encoding)
$text = $text.Replace("`n?","") 
$text = $text.Replace("?","") 
$text.Replace('?"','"') | 
Out-File "d:\desktop\help.csv" -Encoding default

0 件のコメント:

コメントを投稿