Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルサイズは1GBを超える場合があります。スクリプトを書くことはできますが、たとえばWindowsコマンドプロンプトを使用するなどの簡単な方法があるのでしょうか。
私は次の解決策を使用しました: 1. GnuWin32 プロジェクトから FileUtils パッケージをインストールします。 2. コマンド プロンプトでコマンドを実行します。
cut -f<idxColumn> --complement -d, <inputFile> > <outputFile>
例: cut -f3 --complement -d, d:/in.csv > d:/out.csv