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

weirdly quoted output #135

Closed
kingdonb opened this issue May 15, 2013 · 1 comment
Closed

weirdly quoted output #135

kingdonb opened this issue May 15, 2013 · 1 comment
Labels

Comments

@kingdonb
Copy link

I have a test file, test.csv that is ASCII with CRLF line endings

"1","2","3"
"4","5","6"
"7","8","9"

I do unoconv -i FilterOptions=44,34,0,1,2/2/2 -o test2.csv -f csv test.csv

Out comes

"1"",""2"",""3"
"4"",""5"",""6"
"7"",""8"",""9"

I was expecting to get a quoted file back even with unoconv -o test2.csv -f csv test.csv, on this input:

1,2,3
4,5,6
7,8,9

But instead, all I got was

"1,2,3"
"4,5,6"
"7,8,9"

Have you seen this before? Am I creating my files badly? I just used vim to create the file, and flip -m to get the CRLF endings. unoconv is 0.6 and libreoffice is 4.0.3.3 from the ubuntu/ raring libreoffice ppa

@kingdonb
Copy link
Author

Sorry, I was using 0.5 or a combination of 0.5 listener and 0.6, with 0.6 style options.

It behaves as expected when I don't accidentally mix versions.

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

No branches or pull requests

2 participants