Some weird characters are getting stored in one of the table. They seem to be coming from .csv
feeds so I don't have much control over that.
Hello Kitty Essential Accessory Kit
How can I clean it and remove these characters. I am ok doing it at db level or in C#.
EDIT
As per the suggestions received in comments. I am also looking into what I can do to correct it at feed level. Here's more info on it.
- Feeds are from third party.
- I opened feed in notepad++ and checked the encoding menu I see dot in front of 'encode in ansi' so I believe that's the encoding of the file
- And that's how it appears in notepad++ "Hello Kitty Essential Accessory Kit"
- One strange thing though. when I search that row in powershel from csv file. and it comes up with the row. I don't see these weird characters there..