step 1: read the CSV file

@if (csv.length === 0) {

Column format is: Id, Label,

} @if (csv.length !== 0) { }

step 2: select system

@for (system of baseConfig.systems; track system) { {{ system.label}} }

step 3: review talkgroups to import

Id {{ tg[0] }} Label {{ tg[1] }}
@if (!csv.length) {

No CSV data yet

}

step 4: import to configuration

@if (csv.length > 1000) {

Warning, you are trying to import more than 1000 units, {{csv.length}} in this case. The graphic interface has not designed for this number of units. You can continue, but expect Rdio Scanner to be quite slow, if not unusable.

}