When you import a txt document into excel, it configures the txt document into columns and rows depending on where the , or [enter] is.
EX

crappy ex)
mob,34,5234,5092,58,539,0,0,0,28
speed,46,643,62345,6234,66,889,323
when that is in a text document, import it so that excel puts the values in different boxes
[mob] [34] [5234] [5092] [58] [539] [0] [0] [0] [28]
[speed] [46] [643] [62345] [6234] [66] [889] [323]
this makes it easier to see where all the values are instead of having to look for a comma to know where the exact value is.