Hello, I would like to ask a question about Aspose.Tasks.
We have a customer who uses Project 2003. I have a connector that will process Microsoft's default Project 2003 XML format. When I save a project file to XML from Project 2003 , it saves everything including the TimephasedData, which the connector I'm using requires in order to properly process the tasks into my database schema.
In your product, if I open the MPP file and call XMLWrite, it writes everything except the TimephasedData portion. I noticed under your Aspose.Tasks.XML namespace that TimephasedData is included in the object model. Is there anyway that I can open an MPP fille with your product and:
- Save it to the native Microsoft Project XML format which includes TimePhasedData?
- Cast/Translate from an MPPFile to the Aspose.Tasks.XML namespace object model to get access to the TimePhasedData in that manner?
We would very much like to use your product going forward, however, I cannot use a product that doesn't give me access to the TimephasedData from an .MPP format. I am trying to save my customer's the trouble of having to export it manually and it will also save transmission time to our servers seeing as the XML format is much larger than the MPP.
Thanks very much,
Alex Robson