Skip to content

Instantly share code, notes, and snippets.

@swiatczak
swiatczak / psprojectparser.coffee
Created August 18, 2014 05:07
CoffeeScript - parse PeopleSoft project XML export file
path = require 'path'
fs = require 'fs'
expat = require 'node-expat'
#
# peoplesoft XML project file parser - similar to:
# python version: https://github.com/swiatczak/psprojectparser
#
# just playing with class construction and chaining of the methods
#