/tidyaddr-js

tidy addr implementation for nodejs. Use with postgres, csv. must have an 'address' column

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

tidyaddr-js

tidy addr implementation for nodejs. Use with csv.

Installation

first install NodeJS: https://nodejs.org/en/ once nodejs is installed, download and unzip or clone this repository (download link can be found on the right) use a terminal or cmd.exe to get into the folder where you cloned or unzipped the package. type "npm install" into the terminal/cmd.exe.

Usage

Make sure your csv has only one column, which should be named "address". type into the command line: "node tidyaddr.js clean-csv <your-input-file> <your-output-file>". It will say "done" when finished.