Currently messages can only be exported as .wln, wlb, .txt, .log
However if you export as .wln the data appears in the following format
REG;1498025011;55.36581;25.2344533;0;97;ALT:21.6,hdop:0.6;in1:0,,SATS:17,io_caused:7;avl_driver:"0";;;
Once you copy this into your spreadsheet you will be able to split them by semicolon using the following formula
In google spreadsheet you would do the following
=ARRAYFORMULA(if(A:A<>"",split(A:A,";"),""))
You should also check out our new message filtration feature which might help solve your problem.
Nishad Hussain Kaippally
Implementation Specialist, Middle East, Gurtam
"Computer science is no more about computers than astronomy is about telescopes."