Giter Site home page Giter Site logo

codingskills's Introduction

Coding Skills Challenge

Background

This project was built using Node and Typescript.

Yarn or npm is required to run it.

Some assumptions made were that Company A is always the aquiring company, and Company B are the aquired company, and that the file structures always match that of the given examples.

Setup

git clone [email protected]:adenj/codingskills.git
cd codingskills
yarn

Usage

Note: It is expected that all input csv files live in the input folder

Run the script with yarn merge followed by the list of expected arguments and a .csv will be produced in the output folder.

Expected arguments

--aBarcodes=[.csv file]
--aCatalog=[.csv file]
--aSuppliers=[.csv file]
--bBarcodes=[.csv file]
--bCatalog=[.csv file]
--bSuppliers=[.csv file]
--output=[fileName.csv] [optional]

Example usage

yarn merge --aBarcodes=barcodesA.csv --aCatalog=catalogA.csv --aSuppliers=suppliersA.csv --bBarcodes=barcodesB.csv --bCatalog=catalogB.csv --bSuppliers=suppliersB.csv --output=cool-file-name.csv

Testing

Run unit tests with yarn test

codingskills's People

Contributors

tosumitagrawal avatar sumit-bunnings avatar adenj avatar egous-bunnings 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.