wifimap icon indicating copy to clipboard operation
wifimap copied to clipboard

Network containing comma (,)

Open Znerox opened this issue 8 years ago • 0 comments

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 ",".

Znerox avatar Mar 15 '16 14:03 Znerox