Dipping my toe in the water - migrating from one data type to another

I’ve got a MultiUrlPicker that I want to turn into a blocklist, preserving the content so the urls become properties on the blocks. It looks like maybe I can do what I need using usync migrations. Is that how you would do it? We don’t use Umbraco.Deploy.

I’m not seeing documentation or examples about this on the Usync Jumoo website, but I see a repo here GitHub - Jumoo/uSyncMigrations: Rough and ready migration code.

Umbraco v15

I just found a nice article that looks promising.