How to convert TSV to CSV using openoffice

我的未来我决定 提交于 2019-12-11 07:24:20

问题


How do convert TSV file to CSV format using openoffice ?


回答1:


TSV = Tab separated ?

If so, just give it a .txt extension, open in the spreadsheet program (Calc) as CSV, the Wizard will ask you which is the field separator, choose TAB. Afterwards, save it as a (true) CSV.




回答2:


Only solution that I found was find and replace, I used my emacs to replace "tab" with "," and it worked.



来源:https://stackoverflow.com/questions/2549800/how-to-convert-tsv-to-csv-using-openoffice

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!