password-exporter
password-exporter copied to clipboard
CSV Import Format
Could you please provide the formatting required to properly import a CSV.
Some of us are exporting from various programs and need to re-arrange or remove some rows from the CSV, it seems.
Thanks.
I though about it and just exported, as it should match the import format, eh?
# Generated by Password Exporter; Export format 1.1; Encrypted: false
"hostname","username","password","formSubmitURL","httpRealm","usernameField","passwordField"
Although I know the format, I am unable to import any files. No matter what I do, I am unable to convert my current CSV format to something that your program will ingest. Do you have any suggestions?
I'm having the same issue trying to replicate the default export format. It seems #18 has the same issue.
I tried to importa a single item instead of my long list and got this error:
([JavaScript Error: "l.usernameField is null" {file: "resource://gre/modules/LoginHelper.jsm" line: 97}]'[JavaScript Error: "l.usernameField is null" {file: "resource://gre/modules/LoginHelper.jsm" line: 97}]' when calling method: [nsILoginManagerStorage::addLogin])
So it seems the usernameField and the passwordField cannot be empty. Nor can the username/password fields.