PoBlue/reviews-extractor

Excel 乱码解决方法

PoBlue opened this issue · 0 comments

使用命令行将 utf-8 格式转为 GB18030, 如果用 Google 表格或者 Apple 的 Numbers 应该没有这个问题

iconv -f UTF-8 -t GB18030 源文件.csv >新文件.csv  

解决:

写了个 bash shell 解决,运行这个 代码

bash conver.sh

参考:

http://blog.csdn.net/codemanship/article/details/40340419