I have a semicolon-separated csv file over here, and I would like to be able to look at it with gnumeric. Sadly, gnumeric does not read the semicolon as a separator.
I have tried:
- appending
sep=;on the first line - clicking through the GUI menus
- using sed to replace the semicolons with commas (sadly, that leads to breakage, since by document occasionally uses commas within cells
What else can I do?
In recent versions of
gnumerica newImport Datatool is available. To launch the tool chooseData|Import Data|Import Text File...from the menu.Import Data Filedialog choose your file and hitOpen.Separatedformat and clickForwardForwardonce again to choose the columns to import.Finishto complete.