Index: build/alarmMapping.py =================================================================== diff -u -rd8b2aed407f3f3ad180260692c0ddf36c93f759f -rca9cd0f4809f448d5622f991d46b88cd497a88c8 --- build/alarmMapping.py (.../alarmMapping.py) (revision d8b2aed407f3f3ad180260692c0ddf36c93f759f) +++ build/alarmMapping.py (.../alarmMapping.py) (revision ca9cd0f4809f448d5622f991d46b88cd497a88c8) @@ -25,9 +25,9 @@ print('Alarms sheet not found') -col_alarms_id = 9 -col_alarms_title = 5 -col_alarms_message = 6 +col_alarms_id = 14 #9 +col_alarms_title = 8 #5 +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.