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.
CSVファイルに以下の 3 つの列があり、 Perlスクリプトを使用して最初の列自体にそれらをマージしたいと考えています。
列 1: 32: 列 2: 注釈 列 3: テスト
出力は次のように列 1 にある必要があります: 32:annotate test
Text::CSV_XSは私の意見では行くべき道です。、regexpなどに基づく自家製のソリューションよりもエラーが発生しsplitにくく、高速でそのインターフェースにより、問題の解決が簡単になります。
split