-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
Use Case
I'm writing an importer to migrate from my previous password manager Enpass to 1Password. The script is more intelligent than what can be achieved via CSV.
Requirements and desired behavior
For importing credit cards, it would be great if you could add the Month/Year and the Date field types to the SDK.
Additional information
I tried to see what field type is used when I create such a field in the 1Password client and then read it back via the Python SDK. The field is returned with the Unsupported field type, unfortunately.
ItemField(id='q5ze34ehb5y7eg7fll2edthlby', title='month/year', section_id=None, field_type=<ItemFieldType.UNSUPPORTED: 'Unsupported'>, value='', details=None)
mdoering and d-gol
Metadata
Metadata
Assignees
Labels
No labels