I am importing from CSV records which in some instances may have characters such as commas and other characters. These characters obviously cause some fairly interesting results when imported via phpmyadmin or mysqlfront. Is there a something fundamental I'm missing to have sql ignore these nasty occurances? Essentially, I have several longtext description fields which, as expected, contain commas and other characters at times causing the import error. I'm trying to avoid writing an import script to strip chars.
Thanks