password-exporter icon indicating copy to clipboard operation
password-exporter copied to clipboard

CSV Import Format

Open daryltucker opened this issue 10 years ago • 3 comments

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.

daryltucker avatar Jun 22 '15 22:06 daryltucker

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"

daryltucker avatar Jun 22 '15 22:06 daryltucker

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?

daryltucker avatar Jun 22 '15 23:06 daryltucker

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.

span avatar Oct 10 '15 19:10 span