Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV export - FilterOptions ignored #161

Closed
Paradiesstaub opened this issue Aug 28, 2013 · 4 comments
Closed

CSV export - FilterOptions ignored #161

Paradiesstaub opened this issue Aug 28, 2013 · 4 comments

Comments

@Paradiesstaub
Copy link

Ubuntu 13.04
unoconv 0.5
LibreOffice 4.0.2.2

When exporting a .ods file to .csv the FilterOptions get ignored, it's not possible (for me) to set another field separator (semicolon) as specified here. The output contains always commas as field separators.

Update:
LibreOffice Delimiter bug #68786

unoconv -e FilterOptions="59,34,0,1,9" --format=csv test.ods
@nikliepins
Copy link

The same issue,
Converting from XLS to CSV - seems that the FilterOptions are ignored.
Example -

unoconv -f csv -e FilterOptions="59,34,0,1" file.xls

Provides an output separated by "," and not by ";".

@skywinder
Copy link
Contributor

In the HEAD it works fine!
For OS X: brew install unoconv --HEAD

@dagwieers
Copy link
Member

Works fine for me too. So I am closing this issue.
If you still have this problem with the master branch and a recent LibreOffice, please reopen this ticket.

Thanks for the feedback !

@Shadok
Copy link

Shadok commented Feb 17, 2017

Same issue here with Ubuntu 16.04 :

unoconv --version

unoconv 0.7
Written by Dag Wieers dag@wieers.com
Homepage at http://dag.wieers.com/home-made/unoconv/

platform posix/linux
python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609]
LibreOffice 5.1.4.2

/usr/bin/unoconv -vvvvvvvvv -f csv -e FilterOptions=44,34,76 file.ods

Verbosity set to level 9
Using office base path: /usr/lib/libreoffice
Using office binary path: /usr/lib/libreoffice/program
DEBUG: Connection type: socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext
DEBUG: Existing listener not found.
DEBUG: Launching our own listener using /usr/lib/libreoffice/program/soffice.bin.
LibreOffice listener successfully started. (pid=26513)
Input file: file.ods
Selected output format: Text CSV [.csv]
Selected office filter: Text - txt - csv (StarCalc)
Used doctype: spreadsheet
Output file: file:///root/file.csv
DEBUG: Terminating LibreOffice instance.
DEBUG: Waiting for LibreOffice instance to exit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants