mpxj icon indicating copy to clipboard operation
mpxj copied to clipboard

Additional Attributes does not exist in XML when extracted using a class MSPDIWriter.

Open SaromAndrade opened this issue 3 years ago • 2 comments

Adding attribute image

Attribute exists in class image Extracting to XML image XML file image

SaromAndrade avatar Oct 25 '22 13:10 SaromAndrade

File XER example: https://drive.google.com/file/d/1ZA1B8aL7BeWhW0I5stxUMuEMPwkev4VK/view?usp=sharing

SaromAndrade avatar Oct 25 '22 18:10 SaromAndrade

@joniles you have idea when will see it? If you need help to simulate or more informations, we are here to support you.

diegosechin-timenow avatar Nov 22 '22 01:11 diegosechin-timenow

Hi, thanks for opening this issue, and apologies for the delay in responding.

As I understand it from your first screenshot you are reading an XER file and are adding an entry to the activity fields for Percent Complete type.

You should not need to make this change as the percent complete type is already read for you and converted to the appropriate enum value here.

The Percent Complete Type attribute is only relevant to P6 schedules, so MPXJ will read it from XER or PMXML files, and will write it to PMXML files, but it won't write it to an MSPDI file as MS Project does not have this concept.

Hope that helps!

Jon

joniles avatar Jan 05 '23 15:01 joniles