Use this procedure to upload the venue AP location map by importing a CSV (.csv) or Excel (.xls, .xlsx) file that contains the mapping. For information on the supported formats for the import file, see the Supported Formats section that follows the procedure.
Supported Formats
Location Category—A valid location category as configured for the customer.
Location Label—A location label that describes the matched set of APs.
Pattern—A regex expression that specifies a match pattern among AP names.
Excel Example:
Location Category | Location Label | Pattern |
---|---|---|
general | Parking | ap_park |
ticketing | Gates 1-3 | ap_gate1 | ap_gate2 | ap_gate3 |
ticketing | Gate 5 | ap_gate5 |
CSV Example:
Location Category, Location Label, Pattern
general, Parking, ap_park
ticketing, Gates 1-3, ap_gate1|ap_gate2|ap_gate3
ticketing, Gate 5, ap_gate5