A simple Windows Forms application that will allow you to compare & map data from 2 excels using fuzzy string matching algorithms -
- Levenshtein distance
- Longest Common Subsequence
- Dice Coefficient
Download or clone the repository and build it in Visual Studio 2015 or later.
Infragistics for Winforms will be required to build the project. It can be downloaded from - https://www.infragistics.com/downloads/request/00000000-0000-0000-0000-000000005656?p=windows%20forms
If you just want to try out the software then simply download the zip file (fuzzymapper.zip) and run the fuzzymapper.exe within it.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Karthik Subramanian
This project is licensed under the MIT License - see the LICENSE.md file for details