You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ",".
The text was updated successfully, but these errors were encountered:
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 ",".
The text was updated successfully, but these errors were encountered: