This is a minimal Electron application for merging multiple XML files into one for SBG submission (Stichting Benchmark GGZ).
- Put all XML files to be merged in this folder:
<User's Desktop>/sbg-xml-io/input
- A final merged file will be created here:
<User's Desktop>/sbg-xml-io/output
- Run the app, select files to be merged and click on the 'merge' button.
Dual licensed under the MIT and LGPL licenses:
- MIT License (https://opensource.org/licenses/MIT)
- GNU GPL v3.0 (https://www.gnu.org/licenses/gpl.html)
- Make the app non-blocking/async: leverage multi processes, service workers, etc
- ES6 support