Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Updates to allow read/write of excel (.xlsx) formatted input files. csv input files are still supported but are now read/write using UTF-8 encoding. -Added entry point option for csv-mode. Default now is to write control file in excel -The datetime format used for input files is now based on iso 8601. OLD: mm/dd/yyyy hh:mm NEW: yyyy-mm-dd hh:mm This change will break older models. Older models need dates updated in the control file only. The old date format will still work for input files. -Bug fixes in validate input method -Bug fixes to address an issue that caused some output files to be partially written. -Updates to the readme documentation and minor improvements to comments in the code
- Loading branch information