java - Unnecessary double quotes added to rows of CVS file when opening with notepad/notepad++ -


I am creating a CSV file using the open CSV jar, if I open the CSV file in the spreadsheet it's OK But if I open with Notepad / Notepad ++, then each row has to add an additional double inverted comma.

Any help how can I fix this?

This is not a bug, which is going to avoid quotes.



Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -