https://bugs.documentfoundation.org/show_bug.cgi?id=95505

--- Comment #27 from Yousuf (Jay) Philips <philip...@hotmail.com> ---
(In reply to jan iversen from comment #25)
> Actually the definition of csv is not comma (for one reason it is used in
> europe as decimal separator. The old csv standard used ";", and later it was
> defined that you can use any character as long as it does not appear in the
> values (except if enclosed by ""). You will see that most import filters
> allow you to specify which delimiter to use.

I've used and seen csv files for many years and know it to stand for
"comma-separated values" and am aware that the format allows other field
separators (see it in LO and mysql import/export dialogs), but still the
standard format is to use a comma. Even LO defaults to export commas for CSVs.

https://en.wikipedia.org/wiki/Comma-separated_values

Ultimately i was bringing up the issue as aybuke was using commas on one line
and then semi-colons on another in the csv file.

> I too have a parallel installation (debug and production), and
> GetConfigPath() delivers the right directories to me. Test if your configs
> are separated, modify the configuration in one installation and make sure it
> is not changed in the other.
>
> if you look at the code, you will see several places where GetConfigPath()
> is used, so I sure hope it works.

I have 11 parallel installations all running in their own separate config
folder. Is there somewhere in the UI i can see where the path of
GetConfigPath() appears? In Tools > Options > LibreOffice > Paths, all the
paths there look fine. I searched ~/.config for a "usage" folder that was
supposed to be created by

    path += "usage/";
    osl::Directory::createPath(path);

but couldnt find one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to