Hotfix/import file
All threads resolved!
All threads resolved!
Compare changes
- #263 : nd number should have PDP prefix; screening numbers...Carlos Vega authored
Fixes most of #263 : nd number should have PDP prefix; screening numbers should be filled in (using P-) ; location prefix should be defined: P (CHL), F (Flying team)
+ 66
− 8
@@ -13,18 +13,35 @@ from operator import itemgetter
@@ -233,6 +250,7 @@ voucher_partners = {}
@@ -314,15 +332,18 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -373,13 +394,13 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -389,6 +410,7 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -397,7 +419,7 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -427,7 +449,7 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -459,6 +481,39 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -483,6 +538,7 @@ if __name__ == '__main__':
@@ -500,3 +556,5 @@ if __name__ == '__main__':
\ No newline at end of file