The wbs field is not beeing imported in mpp12 file format.
I've found that field location is 16 not 10.
FIX: Mpp12Reader.java
private static final Integer TASK_WBS = new Integer (16);
Hi,
the code in CVS now fixes this issue.
Jon
Log in to post a comment.
Hi,
the code in CVS now fixes this issue.
Jon