keepassxc icon indicating copy to clipboard operation
keepassxc copied to clipboard

CSV Export doesn't escape slashes

Open droidmonkey opened this issue 3 years ago • 0 comments

Overview

When exporting a database via CSV, group names that contain slashes (/) are not escaped. This leads to extra sub groups being created upon import.

Steps to Reproduce

  1. Create a group with a slash in the name
  2. Export db
  3. Import db

Expected Behavior

Slashes in the group name would be retained and not converted into sub groups.

droidmonkey avatar Jul 04 '22 16:07 droidmonkey