feat: add process-zones-from-import.txt

This commit is contained in:
dancingCycle 2022-11-28 18:01:40 +01:00
parent 741ecd32d0
commit de3e603ea2
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
@startuml
start
repeat
:split record into fields;
if (field number greater 5) then (yes)
if (Is record a duplicate?) then (yes)
:?;
:add record to tmp map;
else (no)
:add record to tmp map;
endif
else (no)
:?;
endif
repeat while (next zone record?) is (yes)
->no;
end
@enduml