Before going any further, note that there is no need to preload talkgroups into a system as the autopopulate feature will automatically create them as audio files are ingested. So give the autopopulate feature a chance before trying to import talkgroups.

step 1: read the CSV file

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

Column format is: Id, unused, Label, unused, Name, Tag, Group

} @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[2] }} Description {{ tg[4] }} Tag {{ tg[5] }} Group {{ tg[6] }}
@if (!csv.length) {

No CSV data yet

}

step 4: import to configuration

@if (csv.length > 800) {

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

}