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
When importing passwords from a CSV file, the group column seems to be ignored by KeyPassXC.
Steps to Reproduce
Create an CSV file containing password data by, for example, doing an export from Password Gorilla
Import CSV file to a new or existing database (doesn't matter)
Assign columns from CSV file (group column is here of interest)
Import the CSV file
Expected Behavior
I would expect that the imported password entries would be added to a group folder inside KeePassXC with the same name as the group name in the CSV file. If there is no group folder with the same name, KeePassXC should create a new folder with that name.
Expected behaviour in pseudo code:
if group_column not null then
if group-folder does not exist then
create group-folder
fi
import CSV row to group-folder
else
import CSV row to root-folder/"passwords"-folder
fi
Actual Behavior
All CSV entries will be added to the root-Folder (if new database created) or a folder named "Passwords" (if CSV is imported to an existing database). The group inside the CSV file is being ignored during the import.
Overview
When importing passwords from a CSV file, the group column seems to be ignored by KeyPassXC.
Steps to Reproduce
Expected Behavior
I would expect that the imported password entries would be added to a group folder inside KeePassXC with the same name as the group name in the CSV file. If there is no group folder with the same name, KeePassXC should create a new folder with that name.
Expected behaviour in pseudo code:
if group_column not null then
if group-folder does not exist then
create group-folder
fi
import CSV row to group-folder
else
import CSV row to root-folder/"passwords"-folder
fi
Actual Behavior
All CSV entries will be added to the root-Folder (if new database created) or a folder named "Passwords" (if CSV is imported to an existing database). The group inside the CSV file is being ignored during the import.
Context
KeePassXC - Version 2.7.7
Revision: 68e2dd8
Qt 5.15.11
Diagnosemodus ist deaktiviert.
Betriebssystem: Windows 10 Version 2009
CPU-Architektur: x86_64
Kernel: winnt 10.0.19045
Aktivierte Erweiterungen:
Kryptographische Bibliotheken:
The text was updated successfully, but these errors were encountered: