Bulk export and bulk import/merge of Patch Interchange Format
New feature now working stable:
- The File menu has a new entry called "Export multiple databases...", and when you click it it wants you to select a folder. Then it will iterate through all databases in that folder and create a .json file next to the database - this is a full json export of that database ready for import.
The main use case for this is to create Patch Interchange Format files (those json exports of the KnobKraft database) in order to be imported and merged into a new database, with the second function: - The second entry new entry to the File menu is called "Merge multiple databases..." and really is a bulk import of all json files in the selected folder into the current database. So you could create a new blank empty database and then use the merge multiple... function to select the folder used in 1.), it will import all databases and deduplicate as usual.