feat: adjust process-zones-from-import.txt to API version v1.1.10

This commit is contained in:
dancingCycle 2022-11-29 11:24:41 +01:00
parent e7fa7d1529
commit f48a1e1572
1 changed files with 6 additions and 6 deletions

View File

@ -3,14 +3,14 @@ start
repeat repeat
:split record into fields; :split record into fields;
if (field number greater 5) then (yes) if (field number greater 5) then (yes)
if (Is record a duplicate?) then (yes) if (Does fare map contains record?) then (yes)
:?; :set external zone number;
:add record to tmp map; :add record to fare zone map;
else (no) else (no)
:add record to tmp map; :add record to fare map;
:set external zone number;
:add record to fare zone map;
endif endif
else (no)
:?;
endif endif
repeat while (next zone record?) is (yes) repeat while (next zone record?) is (yes)
->no; ->no;