Hey,
I'm trying to import AllEntities.xml and to convert it to ImportedEntityCollection without using ExtensionMigratorBase.
Something like that:
foo.readFile(pathToAllEntities);
return ImportedEntityCollection.
Thanks in advance.
Alexey
Hello, Alexey.
May I ask why you're reluctant to use the Extension Migrator?
Thanks,
-- Craig A.
Hey Craig,
I'm looking for functionality to read data before it merged into ThingWorx.
Alexey