tjanson / WifiLocationLogger

Android application for logging Wifi signal strength by location
32 stars 10 forks source link

Escape SSID and SSID filter reg.exp. when outputting as CSV #12

Open tjanson opened 9 years ago

tjanson commented 9 years ago

SSID and the SSID regular expression filter really need to be escaped, or this’ll bite us someday when someone decides to call their Wifi ,,,"',"42.3,5, or something. The SSID filter is intentionally placed as the last field and enclosed in single quotes ' (which in retrospect is pointless) to make parsing easier.

tjanson commented 9 years ago

explore: http://opencsv.sourceforge.net/