GithubHelp home page GithubHelp logo

matchinator's Introduction

Matchinator

Matchinator is a Python tool designed to match products from a rejection list to their corresponding codes in an orderable list. This can be particularly useful in scenarios such as inventory management or data reconciliation where products need to be matched across different datasets.

Features

Data Import: Matchinator can import data from Excel files for both rejection and orderable lists. String Matching: It uses fuzzy string matching to find close matches between product names from the rejection list and product names from the orderable list. Output Generation: Matchinator generates a new Excel workbook containing matched product names and their corresponding codes.

Usage

  • Ensure your rejection list is in an Excel file named rejets.xlsx with the sheet named rejets.
  • Ensure your orderable list is in an Excel file named cadencier.xlsx with the sheet named Feuil1.
  • After execution, a new Excel file named match.xlsx will be generated containing the matched products and their corresponding codes.

Dependencies

  • openpyxl: For reading and writing Excel files.
  • difflib: For fuzzy string matching to find close matches.

matchinator's People

Contributors

gabigab117 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.