Skip to content

Add additional column(s) to a CSV containing standard ISO 3166-1 alpha-3 country codes.

License

Notifications You must be signed in to change notification settings

storybynumbers/iso-alpha3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encode a CSV with three-letter country codes

Given a CSV for input, this JS script will output a new CSV with additional columns containing the ISO 3166-1 alpha-3 country codes.

Installation

Requires npm, bower and grunt. To install the necessary packages and boot up an Express server:

npm install && bower install
grunt

Point the browser to http://localhost:9008/ to begin.

About

Add additional column(s) to a CSV containing standard ISO 3166-1 alpha-3 country codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published