format message string
parsivel message should be written as string and not bytes (b'0130;090;
) to CSV, so that CSV can use 1 column for each message field.
-
convert message into string -
write to CSV -
add headers to CSV based on message format -
apply same changes to field 61
Edited by Andre Castro