ms1450 / CommandConnectorCompatibilityCalculator

Compares a customer list of Camera Models with the Verkada HCL to provide compatible cameras.
2 stars 1 forks source link

[BUG] Unintended Weight Towards First Column #7

Open ian-young opened 3 months ago

ian-young commented 3 months ago

Describe the bug It appears thefuzz weighs the first column more than the rest causing the script to unintentionally misread the model column in some instances.

To Reproduce Steps to reproduce the behavior:

Use a CSV with the column headers Name,#,Type,Out/In,Angle,Verkada Model,Serial/IP and the script will use the Name column rather than the correct Type column for the camera models.

Expected behavior The script should go through and select the Type column based on the values found within the rows and their accuracy to known model numbers.

Screenshots

Screenshot 2024-08-22 at 8 14 05 AM