Giter VIP home page Giter VIP logo

csv-filter-challenge-public's Introduction

csv-filter-challenge-public

Instructions

  1. Click "Use this template" to create a copy of this repository in your personal github account.
  2. Using technology of your choice, complete assignment listed below (we use GoLang at Scoir, so if you know Go, show it off, but that's not required!).
  3. Update the README in your new repo with:
    • a How-To section containing any instructions needed to execute your program.
    • an Assumptions section containing documentation on any assumptions made while interpreting the requirements.
  4. Send an email to Scoir ([email protected] and [email protected]) with a link to your newly created repo containing the completed exercise (preferably no later than one day before your interview).

Expectations

  1. This exercise is meant to drive a conversation.
  2. Please invest only enough time needed to demonstrate your approach to problem solving, code design, etc.
  3. Within reason, treat your solution as if it would become a production system.

Assignment

Create a command line application that parses a CSV file and filters the data per user input.

The CSV will contain three fields: first_name, last_name, and dob. The dob field will be a date in YYYYMMDD format.

The user should be prompted to filter by first_name, last_name, or birth year. The application should then accept a name or year and return all records that match the value for the provided filter.

Example input:

first_name,last_name,dob
Bobby,Tables,19700101
Ken,Thompson,19430204
Rob,Pike,19560101
Robert,Griesemer,19640609

csv-filter-challenge-public's People

Contributors

aowen avatar

Watchers

Joshua Daltry avatar  avatar

Forkers

wizardto1

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.