1
I am running OpenOffice 3.2 on Ubuntu.
I had a CSV (comma separated value) file which I had manually created. I opened it in OpenOffice, and entered about 100 items (to make use of using formulas to calculate values, etc.).
I then saved the file as Text (CSV). When I checked the contents of the saved file, I discovered unhappily that it was like no other CSV file I had seen before. Instead of ',', OpenOffice seemed to be using some strange character sequence (e.g. +ACI) to separate the columns.
Why?!. CSV is supposed to be one of the simplest data formats, so why can't OpenOffice save data in simple CSV?. This has ended up costing me a lot of time, as I have to hunt around for a solution for what would have been a trivial operation.
Does anyone know how to fix this?
1it probably interpreted some chunk of metadata as data...is there no ',' at all or just extra garbage around it? – RobotHumans – 2010-12-07T13:55:12.520
Any chance you selected some odd character set?
– Arjan – 2010-12-07T15:27:19.337CSV is not simple you have to deal with " and , in fields and some fileds have to have " around them/. Simpler is tab (or other character) delimited which is simple but means you cannot have the delimiter in any fields - which for tab is quite likely. – user151019 – 2010-12-07T17:31:53.597