Created attachment 133772 [details] empty selection SUMMARY PIM Data Exporter cannot import its own exports. STEPS TO REPRODUCE 1. export settings to zip 2. try to import zip OBSERVED RESULT no data is shown in the "Select Type" dialog EXPECTED RESULT settings that were exported should be visible and selectable SOFTWARE/OS VERSIONS KDE Plasma Version: 5.13 KDE Frameworks Version: 5.76.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION The zip file looks correct and contains many files which can also be seen in the "show archive information" window
Created attachment 133773 [details] zip contents
Looks like I've got this bug too. Can we provide some information to help debugging?
If I run command "QT_LOGGING_RULES="org.kde.pim.pimdataexportercore=true" pimdataexporter", I see this while trying to import file: """ org.kde.pim.pimdataexportercore: Impossible to parse file """
Just found the cause: pimdataexporter fails to parse XML-file `exportdatatype.xml` because it's empty (has 0 bytes size).
same here
deleting exportdatatype.xml from the zip fixes the issue
Wow! Nice finding @hchain. It really helps 👍
A possibly relevant merge request was started @ https://invent.kde.org/pim/pim-data-exporter/-/merge_requests/4
A possibly relevant merge request was started @ https://invent.kde.org/pim/pim-data-exporter/-/merge_requests/5
Git commit adf53dd4bdfdbf98b2b62061c586d4c078aa9c41 by Yaroslav Sidlovsky. Committed on 06/01/2021 at 12:53. Pushed by mlaurent into branch 'master'. Don't copy empty exporteddata information file M +8 -4 core/pimdataimportdatainfofile.cpp https://invent.kde.org/pim/pim-data-exporter/commit/adf53dd4bdfdbf98b2b62061c586d4c078aa9c41