-
Notifications
You must be signed in to change notification settings - Fork 58
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
Random delimiter(oddělovač) in CSV export #9
Comments
I don't follow. Where is the problem? |
If you use function "Text to columns" in Excel is very hard to delimit each
values if the delimiter is different in each value.
Good:
Hodnota1, Hodnota2, Hodnota3, Hodnota4, Hodnota5
Hodnota1; Hodnota2; Hodnota3; Hodnota4; Hodnota5
Hodnota1.Hodnota2.Hodnota3.Hodnota4.Hodnota5
Wrong:
Hodnota1, Hodnota2; Hodnota3.Hodnota4#Hodnota5
As I mention. just detail, but in case you want to analyze data in excel is
hard to put csc in to columns.
…On Sun, 24 Nov 2019 at 20:05, Ondrej Novak ***@***.***> wrote:
I don't follow. Where is the problem?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=ANYWVZ3UMBXNKOQW6QX3VULQVLGA3A5CNFSM4JNNXTSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFASNCY#issuecomment-557917835>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANYWVZ7DQCIVRFOTFRDVW5DQVLGA3ANCNFSM4JNNXTSA>
.
|
All fields are delimited by comma (always) and strings are in quotes. It seems that your file has been corrupted somewhere. There can be also some very rare specific issues for particular browser, because the CVS file is built by the javascript code https://github.com/ondra-novak/mmbot/blob/master/www/res/code.js#L920 |
I played more with LibreOffice text importer.(Vivaldi as a browser) You are right it's ok. I think problem will be in my hands(between a keyboard and the chair). I used q.mark+comma+q.mark as a delimiter, as in the first line those 3 chars seems like a delimiter. But in data lines bellow the delimiter is not those 3 characters. The quotation mark is in some columns only one or none, and sometimes on left, sometime son right side of comma. Long story short, now it somehow works even I use only comma, if I use all 3 chars. I updated LibreOffice, I had some old version. Maybe it help. Anyway. It works now :) Sorry |
Picture more than thousands words :) ... marginal priority
The text was updated successfully, but these errors were encountered: