ユーザ用ツール

サイト用ツール


playground:playground

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
playground:playground [2023/04/05 05:59] taatinplayground:playground [2023/04/05 23:32] (現在) – [PlayGround] taatin
行 1: 行 1:
 ====== PlayGround ====== ====== PlayGround ======
 +  * PlayGroundは適当に記載練習や確認するところ。
 +
 ====== ChatGPTで出力したもの ====== ====== ChatGPTで出力したもの ======
 ====== Powershell ====== ====== Powershell ======
-  * [[CSVをTSVにする]]+  * [[カレントディレクトリのCSVをTSVにする]] 
 +  * [[Powershell1Powershell2]] 
 + 
 +====== その他 ====== 
 +  * [[:playground:テスト]] 
 +  * [[:playground:パスを作っていく!]] 
 +  * [[:このサイトについて:利用規約]]
  
 +  * コピペ用サンプル
 +<code>
 +Get-ChildItem -Filter *.csv | ForEach-Object {
 +    $csv = Import-Csv $_.FullName
 +    $csv | export-csv -Path "$($_.BaseName).tsv" -Encoding utf8 -Delimiter "`t"
 +}
 +</code>
playground/playground.1680674347.txt.gz · 最終更新: 2023/04/05 05:59 by taatin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki