Skip to content

Support for Month/Year and Date Field Types #140

@cimnine

Description

@cimnine

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions