Skip to main content
5-Regular Member
August 6, 2017
Question

How to upload AllEntities.xml file

  • August 6, 2017
  • 1 reply
  • 1200 views

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

1 reply

5-Regular Member
August 7, 2017

Hello, Alexey.

May I ask why you're reluctant to use the Extension Migrator?

Thanks,

-- Craig A.

5-Regular Member
August 7, 2017

Hey Craig,
I'm looking for functionality to read data before it merged into ThingWorx.
Alexey