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) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -