Hello
I have an old Canon camera which used MakerNotes to store the ISO value. The problem is that many software don't recognize this value. So here is a command to copy the ISO from the MakerNotes to the EXIF standard tag:
exiftool "-EXIF:ISO<Composite:ISO" file_name
I hope someone finds this useful.