I am trying to create a javaScript program to find similar columns between two Database Tables.
e.g.
Table1
has Emp_Name, Emp_Id, Emp_Dept
while Table2
has Name,Id,Department
Are there any readily available libraries in JavaScript which could help with this?
I have gone through these links:
https://dzone.com/articles/a-simple-machine-learning-project-in-javascript
https://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c
But now I am even more confused as some of these libraries dont exactly look like a perfect match.