Source has Unicode data but I am using MySQL 64 bit ODBC ANSI driver which is throwing an error after partial load (Errors out after it comes across few special characters) .
Is there any work around for this (other than switching to Unicode Driver)?
This worked: CONVERT(columnName USING ASCII) as columnName