Skip to content

Instantly share code, notes, and snippets.

@nogajun
Created December 15, 2019 03:37
Show Gist options
  • Save nogajun/5a506e68cafb2812d88bc86697ba4f71 to your computer and use it in GitHub Desktop.
Save nogajun/5a506e68cafb2812d88bc86697ba4f71 to your computer and use it in GitHub Desktop.
MicrosoftランゲージポータルにあるUI訳語データCSVがまともなCSVじゃないのでクリーンアップしてCSVとして使えるようにするワンライナー
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