i would like to add the following value 1,345,000.99 as one value in CSV file using java.
when i opened the CSV file using excel then the values are shown into different colums since CSV writing considers each comma as new cell value and writes into new column.
could someone help me as how to have 1,345,000.99 in a single cell.
Thanks