I'm reading some integer values from a webpage using Java through Jsoup library. In the website integer represented as xxx,xxx
. I need this set of data to be written in a .csv file so later it can be accessed through Excel for further work.
How to remove this comma in the middle so it doesn't affect the .csv file?