forked from gijsmaas82/xill-mini-migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.xill
30 lines (23 loc) · 759 Bytes
/
Main.xill
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
* Project: [project_name]
* Author: [your_name]
* Date: [current_date]
*
* Import.xill imports all users and content from the UDM into your target system.
* BEFORE FIRST RUN:
* - Make sure all neccessary library and connector bots are present in lib/ and connector/
* - Configure server and folder settings in xill.properties in the project root
* - Create a mapping robot for every ContentType in the import/mappings/ folder with the name
* [ContentType].xill
*/
use System;
// Export OT CS10
callbot("project/Export.xill");
// Add metadata & redirector info
callbot("project/Transform.xill");
<<<<<<< Updated upstream
// Import to SPO
callbot("project/Import.xill");
=======
callbot("project/Import.xill");
>>>>>>> Stashed changes