Adding an Extension Migrator
1. To create a migrator class for the extension, choose the ThingWorx menu and select New Extension Migrator.
2. Select or enter your source folder and package.
3. Enter a name.
4. Click Finish.
The Java source file is created and the metadata.xml file is updated automatically.
* 
If a migrator has already been created, the previous migrator class name will be replaced in the metadata.xml file with the new migrator class name. The previous migrator Java file will not be changed.
Was this helpful?