I've just been using Yog's Import a csv into a table feature. And had lots of trouble because I was using a Unix format csv on WinXP. This caused me to get horrible 'null' characters inserted into my data.
solutions:
1) import the csv into Excel and let it put the correct dos returns in.
2) copy into a DOS editor which saves with proper DOS CR.
What I would like to know for future reference is
a) What would be the syntax of a MySQL query which would filter out these wretched nuls??
😎 Was it possible to set the YOG import wizard to recognise the unix file format?
Have a good one!