Issue when the data contains comma(,).
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
Hi,
I’m facing issue when the particular field data contains comma(,). Whenever data contains comma, the data after comma is moved to next column(Viewed in MS Excel).
CODE:
public class Testing {
}
Please help in this regard ASAP.
Regards,
Hemanth
Last edit: Hemanth 2014-09-02
Your input is wrong not the API. Read the documentation on the site on the CSV format and escaping characters.