Upload Venue Location Map

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.

  1. Select the Business Insights navigation icon and then select Locations > Mappings.
  2. Select Upload.
  3. Browse to your Excel or CSV file and select it.
  4. Select Confirm.

Supported Formats

Business Insights supports import files in CSV (.csv) and Excel (.xls or .xlsx) formats. The import file must have the following columns:
  • 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 CategoryLocation LabelPattern
generalParkingap_park
ticketingGates 1-3ap_gate1 | ap_gate2 | ap_gate3
ticketingGate 5ap_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