I have successfully exported from Sybase using bcp out. I was able to enclose all the values with "" so all my comment fields are properly covered.
The problem that I am facing is that
All the null values from Sybase (column type nvarchar(30)) ended up in MySQL as Empty String values.
Also having issues with moving datetime values. Sybase null datetime ended up in MySQL as '00-00-0000 00:00:00:0000'
I am using bcp out from Sybase and Data Load in MySQL