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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Excel vs. Leading Zero & Space http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm#CSVAndExcel
で解説されている =" " という Excel 特化の変換表記例。
説明通り github はこれを理解出来ておらず、エラーとなっている。
お手元の表計算ソフトウェアで、すべてを標準として読み込むとどうなるか(桁ごとに値のタイプを指定して読まないと、どうなるか)試してみるといいかも知れない。