MuseScore
MuseScore is currently wining the music score editor race hands-down. And it is Open Source, so no more costly licences, since it is free! If you haven't installed it yet, go to https://musescore.org.
MuseScore can import a variety of music files, and export them as a different type of file, e.g. you can manually load in a musicxml file and then export it as a MuseScore mscz file. When you have a have a couple of hundred of these files, then doing this manually becomes a tedious process. It is possible to batch process many files by using a single conversion job JSON file that contains the required conversions, and then invoking MuseScore with the -j parameter from the command line. The command is:
mscore -j conversion-job.json
Or, if you are running MuseScore as an AppImage:
/opt/MuseScore-Studio-4.7.0.260513133-x86_64.AppImage -j conversion-job.json