I\'m importing a CSV into a MySQL table with LOAD DATA INFILE. One of the table\'s fields stores zip code data, which I\'ve defined in the table structure con
LOAD DATA INFILE
con
In Csv I replaced all the "" with "\N" before I run the script, this creates a null field in db