Join Discord
Channels
help-with-umbraco
news
event-news
social
help-with-other
contributing
package-development
codegarden-conference
hacktoberfest
show-and-tell
jobs-and-gigs
meta
Powered by
How to create a mapper for usync migrations?
# help-with-umbraco
t
TigerMan
03/18/2024, 8:38 PM
Hi As per the title, I ran the migration and have a lot of warning messages about there being no mapper and the data may not be imported. How do I start to write a mapper in order to target the types so they can be successfully converted? Thanks
k
Kevin Jump
03/18/2024, 9:28 PM
Best place to start is the repo.
https://github.com/Jumoo/uSyncMigrations/tree/main/uSync.Migrations.Migrators
Kevin Jump
03/18/2024, 9:28 PM
These are the existing migrators , you might be able to piggy back off one of them
4
Views
Previous
Next