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

comma delimiter for csv format in java #76

Open
lmetrak opened this issue Feb 4, 2022 · 1 comment
Open

comma delimiter for csv format in java #76

lmetrak opened this issue Feb 4, 2022 · 1 comment

Comments

@lmetrak
Copy link

lmetrak commented Feb 4, 2022

Hi,

Thanks for a great work on this project, I have observed some bug for csv result export in java eco-system.
During importing an exported file to csv format by this plugin, exists a bug related with comma separator used in java's methods
example:

`
(...)

"com.a.b.c.d.OurClazz.methodName(Object1,Object2,String,String)",0,1,1,1

(...)
`
Do You see some solution for it? Thanks

All the Best
Ł.

@BasLeijdekkers
Copy link
Owner

Any values that contain one or more commas should be wrapped in double-quotes. The method in your example is wrapped in double-quotes as well. A spreadsheet like MS Excel should be able to read the CSV without problems. Doesn't it work for you?

BasLeijdekkers added a commit that referenced this issue Feb 6, 2022
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

2 participants