Meshtastic app 1.2.xx has got an interesting feature that is the capability to save all received messages categorized by header (5 fields comma separated): from,rssi,snr,time,dist. Unfortunately the following data are rows of 6 fields instead of 5 so the data are misaligned since the 6th field is actually ‘dist’ (distance in meters from the sender) , the first is actually ‘from’ id. ‘time’ is a timestamp to be translated into yy/MM/dd-hh:mm:ss (it should be better the app made the translation directly). Apparently an extra unespected field is added in each row between fields ‘from’ and ‘dist’.Here is an example on what I described above:
from,rssi,snr,time,dist
9ccaf70,0,-9,250000,1617876270,1043
60580a78,0,-17,000000,1617875635,1037
I believe this is part of the range test plugin. If you do not have a sender and receiver node configured it may not work correctly.
It is also possible you found a bug in said plugin.