It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
SKSSF
2 years agoNew Contributor
FYI: Importing wifi credentials via MrC Converter Suite [Solved]
Please note that the readme.html file that comes with MrC Converter Suite has a minor typo--it states that CSV header row should be as follows for importing wifi credentials:
Title, Base Station N...
MrC
2 years agoSuper Contributor
LOL! That's a good one. Whitespace... it's just so darned invisible!
This is a case where the lack of proper double-quoting of a CSV cell, when it contains whitespace, bites back hard.
I'm not keen on adding even more content to the already bloated csv section in the README. The same type of copy/paste errors will occur (e.g. "smart" typographic double-quote replacements). Instead, perhaps I can include sample CSV files in the suite's package, and refer users to the folder.
Also, I'll add more debugging output to show the column labels (quoted!), as detected by the CSV processor. This would have revealed the issue, if you happened to enable debug output.
Finally, I'll see if I can munge the labels of trailing whitespace. I can think of no reason why anyone would want such a gremlin.