Question
How to upload AllEntities.xml file
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

