It’s not obvious which format using CSV to choose when importing from SplashData’s Gpass. If you try the SplashID (csv) importer, a bunch of improper folders will be created and your data will not be properly imported.
The export I’m dealing with ([email protected]_records_2024-06-20 00 54 40.csv
) has a first line of field names of description,note,Field0,Type0,Value0,Field1,Type1,Value1
, …, Field9,Type9,Value9,Field10,Type10,Value10,Field11,Type11,Value11
, and all other lines of the form "Bitwarden Community Forums","Notes field content",URL,text,community.bitwarden.com,Username,text,[email protected],Password,text,"Hello ""Bitwarden""!"
, where non-present (field, type, value) tuples are omitted. Note that Gpass supports folders, but this export does not use them. The previous entry example was for a Gpass Web Login; a Gpass Credit Card entry is of the form: "Bitwarden Credit Union",,Number,text,1234567891234567,Expiration,text,01/99,"Customer Service Number",text,"212-555-0123",CVV,text,123
. Note the lack of an explicit item type marker. Note that field names in Gpass seem to be pretty freeform, so you may want to test what Gpass requires and/or automatically respects for items. (I don’t use Gpass, so I can’t provide information there.)