By default, in SQLyog, the column separator for your CSV file is tab “t”, Excel uses a comma “,” so SQLyog may consider your row as a record if it doesn't found any comma… This could explain that it fill the other columns with NULL.
Maybe you should change it in the CSV Import dialog box (“Change…” button).