How do convert TSV file to CSV format using openoffice ?

link|improve this question

67% accept rate
1  
"using openoffice" suggests superuser – Jimmy Mar 31 '10 at 1:15
feedback

2 Answers

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.

link|improve this answer
Ya I tried same. It again saves it as tab separated file with CSV extension – Kurund Jalmi Mar 31 '10 at 18:33
oooforum.org/forum/viewtopic.phtml?t=65981 it worked for me, though – leonbloy Mar 31 '10 at 19:03
It works for me. Using Calc 3.1.1 here. To save, I select "Save as", choose "Text CVS " , and (just to be sure) check the option "Edit filter settings". In that way you can verify-force, in the next dialog, that the the comma is used as separator for the new file. – leonbloy Apr 1 '10 at 1:05
feedback

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

link|improve this answer
2  
this would be error prone, in the case the fields have commas inside them – leonbloy Apr 1 '10 at 0:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.