[Normalization Data Services] Duplicate companies/models are created due to random "core_company" records with special character names Ex: "Microsoft�P" Issue Even though we have Normalization Data Services plugin enabled, some integrations or Discovery is creating a record core_company table with name with some random ASCII special characters. Even if we try to map the record in cds_client_mapping it will not normalize. Example: "Microsoft�P" with Hash.ReleaseAll with NDS (Normalization Data Services) plugin enabled.CauseThis is purely the bad data that is being imported from the data source.Resolution1. As this is purely data issue best solution is to make sure no random characters in the payload. 2. Alternatively, Create two normalization mappings as such: Create two normalization mappings as such:Microsoft�P => Microsoft MicrosoftP => Microsoft (just covering our bases here) Once these mappings are created in the respective Core_company table whenever the next discovery runs it'll get normalized as expected. Ensure canonical name is false for the Microsoft�P core company record. if a "Microsoft�P" company does not exist, please create it to create the mapping