Skip to content

skjolber/dsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

dsf

Simple utility for interaction with the Norwegian resident register service Det norske folkeregisteret.

License

Apache 2.0

Obtain

The project is based on Maven and is available at central Maven repository.

Example dependency config

<dependency>
    <groupId>com.github.skjolber</groupId>
    <artifactId>dsf</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

The simple utility contains a simple mapper NorwegianResidentRegisterCountryMapper.

NorwegianResidentRegisterCountryMapper mapper = new NorwegianResidentRegisterCountryMapper();


String countryCode = mapper.toISO3166("000") // NO

// or


String dsfCountryCode = mapper.fromISO3166("NO"); /// 000

Implementation details

We are mapping folkeregisteret to ISO-3166-1 codes via country name.

The ISO-3166 mapping was created by combining the resources

where the ISO3166 source has been modified to include all the countries in folkeregisteret. A few countries have been excluded, see hastaged lines in folkeregisteret_countries.txt.

History

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages