I need a web page, software or any other method where I can provide a list (of about 10000) location points in D°M'S" (latitude and longitude) and get the equivalent value in decimal degrees (e.g., 132.123456 lat, 99.12345 long).
All the web pages and methods I have seen require to insert the data one by one. And a method provided by MSDN ( http://support.microsoft.com/kb/213449 ) gives completely wrong results.
The required format for input does not matter as I can easily modify the data to comply with it.