Skip to content

Instantly share code, notes, and snippets.

@taraijpn
Last active February 21, 2017 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taraijpn/d91a503434bd1cef3eacae7a35b42e5a to your computer and use it in GitHub Desktop.
Save taraijpn/d91a503434bd1cef3eacae7a35b42e5a to your computer and use it in GitHub Desktop.
CSVファイルフォーマットについて
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 2.
test1,A,0120000000,=0120000000
test2,B,"0120000000",="0120000000"
test3,C,none,=none
test4,D,"none",="none"
@taraijpn
Copy link
Author

Excel vs. Leading Zero & Space http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm#CSVAndExcel
で解説されている =" " という Excel 特化の変換表記例。
説明通り github はこれを理解出来ておらず、エラーとなっている。
お手元の表計算ソフトウェアで、すべてを標準として読み込むとどうなるか(桁ごとに値のタイプを指定して読まないと、どうなるか)試してみるといいかも知れない。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment