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

Escape Semicolon in CSV #98

Open
BakasuraRCE opened this issue Feb 2, 2021 · 3 comments
Open

Escape Semicolon in CSV #98

BakasuraRCE opened this issue Feb 2, 2021 · 3 comments

Comments

@BakasuraRCE
Copy link

BakasuraRCE commented Feb 2, 2021

Hi,

The fields of history CSV must escape the Semicolon(;):

Example broke:
image

Example escaped:
image

PR: #99

Regards.

@mbruel
Copy link
Owner

mbruel commented Feb 2, 2021

I see, but normally you don't have semicolon in any fields...
but yeah it could be added, I'll merge it when/if I do a new release.
I'm not sure I will continue, I was quite disappointed to see my work stolen...

@l0co666
Copy link

l0co666 commented Dec 24, 2021

Whaaaat? Who stole your work ??

@Kcchouette
Copy link
Contributor

I see, but normally you don't have semicolon in any fields...

In my experience, I use , as field separator; and my filename sometimes has inside them this char

So escaping it with " is a good idea

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

No branches or pull requests

4 participants