No radiobutton entries after using Usync Migration...
# help-with-umbraco
a
I've used Usync Migrations to export all the data from a V7 installation, however after quite some time already modifying the content in V13, I noticed all radiobuttons are blank.. Is it still possible to restore these values somehow ? It's a default radiobutton, nothing custom about it.
Hmm it seems, after saving one item with new selected values, the current varcharValue is an ID But upon saving, the varcharValue is a string value
If any has an idea on how to fix 🙂
Well I think I make it easier.. the values are 141-145 for 5 different values of a single radiobutton.. so logically its the first value of the item... so 5 queries to replace 141-145 with the actual value should be doable I guess 😛
Success! 😄
For future reference, this gave me the correct pointers to look at https://github.com/umbraco/Umbraco-CMS/issues/12301
4 Views