How do I find and replace in a CSV I'm importing using mysql
问题 I'm importing a CSV file into Heidi SQL. I've created the table using this code: create table all_data ( Keyword varchar(1000), Position int, Previous_Position int, Search_Volume int, KW_Difficulty float, URL varchar(1000), Post_title varchar(1000), Post_URL varchar(1000), Genre varchar(1000), Location varchar(1000), Avg_Daily_Visitors float, pageviews int ) ; but in the Avg_Daily_visitors column it has "\N" where there is no value. I've been importing the data with this code: load data local