TeamPass icon indicating copy to clipboard operation
TeamPass copied to clipboard

Export and Import folders and items

Open owirtifo opened this issue 4 months ago • 2 comments

I have the following folder structure as shown in the screenshot:

Test - Test_element
      |
      Test1 - Test_element1
            |
           Test2 - Test_element2

Image

When exporting the Test folder and all the nested items and folders, and then importing them back in dir Import, the folder structure changes:

Test - Test_element
Test/Test1 - Test_element1
Test/Test1/Test2 - Test_element2

Image

How do I import subfolders with the original directory structure?

In addition, the imported items become unavailable:

Image

owirtifo avatar Sep 03 '25 12:09 owirtifo

I tested the import on version 3.1.4.37. The problem with accessing Items no longer occurs, but the structure of the subfolders remains linear:

Image

As an example, I imported a CSV file with the following contents:

label,login,password,url,comments,folder
"Test_element","test","Th9}C7F=Y[rnNE/>EQ",,"Comment test element","Test"
"Test_element_1","test","Th9A8E?[rnNE/>EQ",,"Comment test element 1","Test/Test1"
"Test_element_2","test","Th9A8E?[rnNE/>EQ",,"Comment test element 2","Test/Test1/Test2"

owirtifo avatar Oct 17 '25 14:10 owirtifo

The imported item is missing a comment: Image

owirtifo avatar Oct 17 '25 14:10 owirtifo