Skip to content

fix: KeePass XC Import fails on KeePassXC data export; Generic CSV Imports Pa... - #876

Open
Roshan931 wants to merge 1 commit into
nextcloud:masterfrom
Roshan931:prilog/fix-error-keepass-csv-importer-only-maps-keepass-1-08-21-2026-cc519e
Open

fix: KeePass XC Import fails on KeePassXC data export; Generic CSV Imports Pa...#876
Roshan931 wants to merge 1 commit into
nextcloud:masterfrom
Roshan931:prilog/fix-error-keepass-csv-importer-only-maps-keepass-1-08-21-2026-cc519e

Conversation

@Roshan931

Copy link
Copy Markdown

Fixes #762

Root cause

KeePass CSV importer only maps KeePass 1/2 column names

Changes

  • Map KeePassXC headers (Group/Title/Username/Password/URL/Notes) in addition to the legacy KeePass headers (Account/Login Name/Web Site/Comments/Group Tree), skip rows without a title/account so trailing empty CSV lines no longer inflate the total or produce empty credentials, split group paths on both '/' and '' with de-duplicated tags, report 1-based read progress, and ignore unparsable expiry values instead of storing NaN.

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

Successfully merging this pull request may close these issues.

KeePass XC Import fails on KeePassXC data export; Generic CSV Imports Partial Data

1 participant