I need to automatically match product names (cameras, laptops, tv-s etc) that come from different sources to a canonical name in the database.
For example \"
This is a problem of record linkage. The dedupe python library provides a complete implementation, but even if you don't use python, the documentation has a good overview of how to approach this problem.
Briefly, within the standard paradigm, this task is broken into three stages