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

Add support for importing multiple URLs in CSV #6691

Closed
kddjenejfkffksd opened this issue Jul 1, 2021 · 3 comments
Closed

Add support for importing multiple URLs in CSV #6691

kddjenejfkffksd opened this issue Jul 1, 2021 · 3 comments

Comments

@kddjenejfkffksd
Copy link

kddjenejfkffksd commented Jul 1, 2021

Summary

Add support for importing multiple URLs to KP2A_URL in csv.

Examples

When importing from Bitwarden, let there be a way to import to something like
URL: https://www.mathworks.com/
KP2A_URL: https://www.google.com/
KP2A_URL_1: https://www.naver.com/

Instead of
URL: https://www.mathworks.com/,https://www.google.com/,https://www.naver.com/

Context

Bitwarden supports multiple urls and can export them to csv. Although KeePassXC supports multiple URLs by adding entry attributes with KP2A_URL, it seems KeePassXC does not import them as multiple URLs.

(Btw, having multiple urls support under browser integration while having one url slot on the main entry panel seems counter-intuitive. Just saying.)

@droidmonkey
Copy link
Member

The only feature of the program that uses multiple urls is the browser integration. Unlikely we'll support this in the CSV parser, it is pretty feature rich and complex as is.

@droidmonkey droidmonkey changed the title Add support for importing multiple URLs to KP2A_URL Add support for importing multiple URLs in CSV Jul 1, 2021
@michaelk83
Copy link

The only feature of the program that uses multiple urls is the browser integration.

IMO this is more about import not dropping data and not mangling data too much (like placing stuff in the wrong fields or combining multiple fields into one), so that it would be easier for people to migrate. Less clean-up after an import. I suppose this will be affected by #863.

Also, I think I saw some similar request before, but I can't find it.

@droidmonkey
Copy link
Member

droidmonkey commented Aug 19, 2023

We will not support expanding the CSV importer to additional attributes. You will have to move those in manually after the initial import. This feature is just not feasible for CSV since each attribute will require it's own column and a way to match that column to something in the UI. Another option is to add multiple url's to the notes, do the import, then copy the url's into the browser settings.

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

No branches or pull requests

3 participants