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
Hi SKSSF
Thank you very much for your kind words and reporting your findings.
I'm not seeing an issue, however, so I'm puzzled as to why you see one. Labels for the csv converter are case insensitive, so you should be getting matches regardless of case. Example data:
and a conversion where the debug lines show the key mappings:
And the definitions for the labels are all using case-insensitive regular expression patterns (note the "i" flag at the end of the RE):
Can you detect anything else? Perhaps be sure to properly double-quote any label value that contains whitespace (not my example data), but I'm not sure that should matter.