wifimap
wifimap copied to clipboard
Network containing comma (,)
If a network with SSID containing the symbol "," is imported, the import script will think the comma means the start of a new field, and the network will not be imported correctly. Currently the "Update fields in network table" script is set to delete these networks. One solution could be to use regular expressions to separate the different fields on a line (in network.csv), instead of simply splitting on each ",".