jainjayesh / android-passwordsafe

Automatically exported from code.google.com/p/android-passwordsafe
0 stars 0 forks source link

Error "First line is missing fields" when importing csv file #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export csv file from Password Safe version 2.06 Beta on Windows XP Pro 
SP2
2. Copy csv file to Android (G1) SD card
3. Import csv file to Password Safe on Android (G1) 

What is the expected output? What do you see instead?
Expect password data should be available on G1.
Instead receive error message "First line is missing fields"

What version of the product are you using? On what operating system?
Windows XP Professional: 2.06 Beta
Android: 0.5.0

Please provide any additional information below.

Original issue reported on code.google.com by nigel.c.lee on 3 Jan 2009 at 3:59

GoogleCodeExporter commented 9 years ago
This is expected behavior.  The first line of your passwordsafe.csv should 
contain
the fieldnames.  (I know because I just imported all 256 of my passwords from 
SPB
Wallet by writing a custom python script.)

Original comment by gary.obe...@gmail.com on 5 Jan 2009 at 12:02

GoogleCodeExporter commented 9 years ago
Android Password Safe is not directly compatible with Windows Password Safe.   
They
are two unrelated projects.

You need to create some data within Android Password Safe, if you haven't done 
so
already.   Then Menu -> Export Database.   This will create a file
/sdcard/passwordsafe.csv

Connect your G1 to your PC and grab the APWS created passwordsafe.csv.   You 
need to
make your .CSV match the created .CSV.

Make sure you've read the Wiki page on the topic:

http://code.google.com/p/android-passwordsafe/wiki/ImportExport

Original comment by rmce...@gmail.com on 7 Jan 2009 at 12:59