uSync import question
# help-with-umbraco
t
Hi I have a full export of a website (Umbraco 13) which contains all the sites data (I can go to another pc and run an import and all data is imported). I created a new document type. Is there anyway I could transfer content from one document type into the new document type? Thanks
k
with uSync ? you can do it a hacky way, if you edit the .config files.
so if the two document types have the same properties, etc, you can change the document type of the content item in the .config file and when you import it, it will be using the new type.
if the property are diffrent / have diffrent names, you might have to do a bit more file hacking to make it work but in theory...
I am almost sure there was a package that did this at some point. infact it use to be a feature of umbraco but i think it was removed becaue of the complexities of compositions etc.
t
I can give this a go and yes it would be in uSync. Is there an easier way to change multiple files (I assume no but decided to check in case there's an easier way to change multiple files)?
6 Views