Home > Forum > General > Migration of SharePoint List data to Webcon

Migration of SharePoint List data to Webcon
0

Hello,

Is it possible to programmatically migrate SharePoint list data to a Webcon BPS dictionary using PowerShell, especially if the fields in both systems are identical.
or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary?

Let me know if there are other recommended method to do this and the steps.

Thanks in Advance.

MVP

Hi,
In case of dictionaries i think the easiest way would be using Excel Import/Export it's described here:
* https://community.webcon.com/posts/post/dictionary-processes/112/3

In case of large dictionaries i would consider using API to create those entries, the process would be very similar to one I've written about in my blog post:
* https://blog.lumenn.pl/importing-data-to-webcon-3/