In reply to: Rohit
Hi, I am also struggling with the same issue. So, can anyone provide me a clear solution that can help me to perform SharePoint migration to webcon? Although I have performed several migrations using the reliable tool. One just needs to download SharePoint migration tool and the rest is so simple.
https://www.sharepointmigrator.com/
Hi Rohit,
as far as I know, there's no free tool for this.
The RestAPI importer from WEBCON will require an Aspose license
https://github.com/WEBCON-BPS/RestApi-DataImporter/tree/main
Quote from the readme:
Additionally, the application uses an external Aspose.Cells component, an appropriate license will also be required for it work correctly. Without a license, we will be able to use the demo version. The license file must be added to the project, then set the build action in its properties as embedded resource. Such a license must be assigned in the constructor of the ImporterMainForm class, an example in comments is already found there.
Maybe you can ask your partner whether they can provide a tool.
I've build one based on PowerShell and an Excel file for creating workflow instances with item list and attachments. Unfortunately, I can't share this as it was created during my work. It "just" uses the options I listed above.
Best regards,
Daniel