This solution contains the source code for the UN/Locode generator. The UN/Locode is a code list maintained by the United Nations Economic Commission for Europe (UNECE) to represent locations worldwide. The code list is updated and published by the UNECE every quarter. The code list is available as a CSV file in a ZIP archive. This project provides functionality to parse the CSV file at runtime and also source generators to generate C# classes for the UN/Locodes. And a generated class library to easially use the UN/Locodes in your project.
View the complete API documentation at: https://fgilde.github.io/UNLowCoder