I'm trying to import my CSV route, 
However When saved in CSV version columns are excluded 
and is inserted ( ; ) 
That I generate a mistake, I need to salver stand alone (,) 
example: 
Correct: 
 
code,flightnum,depicao,arricao,route,aircraft,flightlevel,distance,deptime,arrtime,flighttime,notes,price,flighttype,daysofweek,enabled
GLO,1000,SBSP,SBRJ,UZ37,PR-GOH,250,,,250,00:42,0,254,P,1234560,1,
 
When saved instead of being like the example above, it appears. 
Error 
 
code;flightnum;depicao;arricao;route;aircraft;flightlevel;distance;deptime;arrtime;flighttime;notes;price;flighttype;daysofweek;enabled;
GLO;1000;SBSP;SBRJ;UZ37;PR-GOH;250;;;;00:42;;254;P;1234560;1;
 
Can anyone help me. 
I am using excel.