You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the SDK moves all content that is available, so our getting started sample focuses on that.
For the other use cases, you'll need filters of one sort or another. We have a couple sample filters to get started and that should be easily adaptable to the "specified workbooks" case, though for now if you're using Python you'll need to see the Python hooks documentation to express those in Python, as we currently only have C# sample filters. How those filters look is going to depend on your comparison criteria, though. Do you want simple name comparison, does project path come in to play, etc.
For "specified projects" we have an explanation on how to implement filters for that.
For "all projects only" it would just be filters that return false on every item of the content types you don't want to migrate. Our test application has examples of that.
Hope that helps. Happy to discuss documentation improvements that would make that easier to find/understand.
Thanks :) I was wanting to take it slowly and test (that's a management request ;) ) I'm happy with the "all available content" approach. As soon as I get it working I can judge from there :)
Is it possible to get some sample settings to see how it works?
Examples:
I'm hoping someone can help me, but I'm happy to contribute when I can get these few items working.
The text was updated successfully, but these errors were encountered: