Created
December 15, 2019 03:37
-
-
Save nogajun/5a506e68cafb2812d88bc86697ba4f71 to your computer and use it in GitHub Desktop.
MicrosoftランゲージポータルにあるUI訳語データCSVがまともなCSVじゃないのでクリーンアップしてCSVとして使えるようにするワンライナー
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -e '1,12d' -e 's/",,"/\t/g' -e 's/^"//g' -e 's/"$//g' ja-JP-csv-Excel.csv > a.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment