You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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
Ł.
The text was updated successfully, but these errors were encountered: