Remove special characters while moving data from SQL to CSV
I am trying to extract some data from SQL server and store it in a CSV file. But I don't want some special characters to be stored in the CSV file. How do I achieve that in python ???
I am trying to extract some data from SQL server and store it in a CSV file. But I don't want some special characters to be stored in the CSV file. How do I achieve that in python ???