PhpProject icon indicating copy to clipboard operation
PhpProject copied to clipboard

Format MPD

Open Progi1984 opened this issue 6 years ago • 0 comments

Microsoft Project from Project 98 until Project 2003 could read and write schedules as Microsoft Access database files with the extension MPD. Coincidentally, Microsoft Project Server shares the same database schema as the MPD file format.

Source : http://www.mpxj.org/howto-read-mpd.html

Sample File :

  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9task.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9splittask.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9subproject.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9resource.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9relations.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9nulltasks.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9header.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9calendar.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpp9baseline.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpdassignmentcustom.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpdassignmentfields.mpd
  • https://github.com/joniles/mpxj/blob/master/junit/data/mpdduration.mpd

Source : https://github.com/joniles/mpxj/blob/master/src/main/java/net/sf/mpxj/mpd/MPDDatabaseReader.java#L79

Progi1984 avatar Nov 20 '19 11:11 Progi1984