ISO Country/Currency data

廉价感情. 提交于 2020-01-02 07:59:23

问题


All,

Our application requires data on ISO countries and currencies (where the data must be up to date). We did purchase country/currency data from ISO themselves, however we still needed to perform alot of manual manipulation of the data, as well as write our own tool to read and process the data into our database.

  1. Are we going about getting this data the wrong way?

  2. What is the norm in relation to the acquisition of country/currency data?

  3. Is there any well known providers out there that are offer to provide this data as a service or through some other medium in a usable format?

Any help will be greatly appreciated.


回答1:


The .NET CultureInfo class provides formatting for currencies (as well as dates, times, numbers, etc). I would never have even considered buying the data from ISO when it's available for free in the .NET runtime.




回答2:


You might be interested by IBM's International Component for Unicode (ICU) library.

Open source, well known, supports "numbers, dates, times and currency amounts" formatting.

Not sure if it helps your case, but this info might be useful for somebody else... :-)



来源:https://stackoverflow.com/questions/246459/iso-country-currency-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!