I have been using OI Safe since December 2009. I use Microsoft Excel to create a csv file of all my Safe Data. It appears that someone has changed the required format for the csv file from a simple standard csv to one that requires quotes. Why is this? It should not be this way. It causes a great deal of work to create a csv files now.
Standard csv which used to work on import
Category, Description, Website, Username, Password, Notes
Now it must be
"Category", "Description", "Website", "Username", "Password", "Notes"
This is nonsense. Please fix this issue.
VBA procedure to solve issue
I will retract my previous rant. Even though Excel cannot create the necessary file directly a VBA procedure can do the work. A link to a sample procedure is at
http://support.microsoft.com/kb/291296/en-us
Best regards,
Dan