Add each rows in the CSV file using Java lists
843785Nov 24 2008 — edited Nov 24 2008Hi all,
I am new to java.
Can anyone please help me in adding the rows in the CSV file using java lists ?
For eg : If cost is given like
Quantity,Cost
3,34
12,673
23,8543
965,12658
The value should be 1003 and 21908
Thanks in advance !!