Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Month/Year and Date Field Types #140

Open
cimnine opened this issue Jan 1, 2025 · 1 comment
Open

Support for Month/Year and Date Field Types #140

cimnine opened this issue Jan 1, 2025 · 1 comment

Comments

@cimnine
Copy link

cimnine commented Jan 1, 2025

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)
@hculea
Copy link
Member

hculea commented Jan 7, 2025

Thanks for bringing this up @cimnine !

This is something we have on our roadmap, working towards the goal of supporting all the main item management operations.

We'll keep you posted with our progress on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants