Date conversion fails in PrimaveraReader
Multi platform library to read and write schedule data
Brought to you by:
joniles
Hi
While reading a Primavera XER file the date conversion fails at the following call stack:
PrimaveraXERFileReader
->read()
->processProjectProperties()
->m_reader.processProjectProperties(rows);
->properties.setStartDate(row.getDate("plan_start_date")); // data_date?
The "plan_start_date" date value read from the file is "1999-07-19" (see screen dump).
Thanks and regards
Markus
Could you attach a sample file please? Thanks!
This is the file I am facing the described issue.
I have now fixed this issue. The updated code is available on GitHub, and the fix will be in the next MPXJ release.