Are you sure that removing the commas is really what you want to do? If you are removing them just to make it easier to parse the data into fields, modules such as
will parse the kind of data you show just fine without having to remove the commas. If you really want to remove the commas for some other reason, then those modules are also probably the easiest way to accomplish that also.