You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theDate
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.The text was updated successfully, but these errors were encountered: