Index: build/alarmMapping.py =================================================================== diff -u -ra14fe110638037d53502c890061216b224c4e244 -r2ab774efb028116c02947d90fe512de1541ca4c6 --- build/alarmMapping.py (.../alarmMapping.py) (revision a14fe110638037d53502c890061216b224c4e244) +++ build/alarmMapping.py (.../alarmMapping.py) (revision 2ab774efb028116c02947d90fe512de1541ca4c6) @@ -26,8 +26,8 @@ col_alarms_id = 15 #9 col_alarms_title = 8 #5 -col_alarms_listTitle = 9 -col_alarms_message = 11 #6 +col_alarms_listTitle = 11 +col_alarms_message = 10 #6 # it has been assumed that for each alarm multiple lines of instruction will follow. # there are a lot of other options to get instruction but the output CSV format/structure is important.