First and foremost - I'm a DBA with very little exp with python (or any coding language), so any help will be greatly appreciated.
I have a need to parse a few hundred CSV files to spot any unicode characters that may exist and doing this by hand is not possible. The intent is to define how problematic the data is going to be when we go to attempt to import into a non-unicode database (it is a FAR more complex story but this is the gist of the situation).
I've gotten as far as being able to open the CSV file and read the contents, including the unicode characters - if I had unlimited time, I'd bang my head against a wall, but...I don't. Thanks, in advance, for any light you can shine.