Git Product home page Git Product logo

address-parser's Introduction

address-parser

A pretty bad and basic parser for excel spreadsheets with names and addresses

Installation

First, clone or download this repo. Next, navigate to the repo in terminal. Next, run the install script by doing ./install.sh from termnal. This will install homebrew, nvm, and the correct version of Node.

Next, run npm install from the terminal. This will download all necessary Node packages

Usage

Place all excel spreadsheets in the root of the project and make sure they all have a sheet named Sheet1 and the data is structured like so:

Names Address
Rizzo, Anthony 1060 W Addison St, Unit 1, Chicago, IL 60613
Cline, Ryan 900 John R Wooden Dr, West Lafayette, IN 47906

Next, run the script with the following command: npm run start

This will attempt to parse the excel spreadhseets in the folder and create new spreadsheets with the parsed data. The new spreadsheets will look like so:

firstName lastName addressLine1 addressLine2 city state zip
Anthony Rizzo 1060 W Addison St Unit1 Chicago IL 60613
Ryan Cline 900 John R Wooden Dr West Lafayette IN 47906

Problems?

You know where to reach me

address-parser's People

Contributors

garrett-lewis11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.