How may I import MediaMonkey ratings?

With Detlev's input, I have devised this solution.

These MediaMonkey tracks

through custom script exporting path and Rating give:

Imported by Mp3tag Textfile- Tag http://i.imgur.com/h7HEJNx.png gives http://i.imgur.com/2TvYWfC.png .

Then, this action group

Format value "RATING WMP": $replace(%rating_mm_raw%,100,5,90,4,80,4,70,3,60,3,50,2,40,2,30,1,20,1,10,1,0,1,-1,)
Format value "SDB/RATING": $replace(%rating_mm_raw%,-1,)

produces

This is the correct recreation of the fields representing Rating for MM, confirmed by viewing again in MM:

It is worth noting that while this is successful for my requirement to restore MM Ratings from a MM database export, it is much less successful for using Mp3tag to edit MM ratings since there seems no way for the user to configure Mp3tag to compute the MM representation. That requires a fix to Mp3tag's implementation of %rating mm% for WMA /t/12523/1 .