Utility to inspect/modify DataMover DAT files
DMS Viewer allows you to view and/or modify existing DAT files generated by PeopleSoft's DataMover utility. This allows you to verify the contents of a DAT before importing it into a PeopleSoft system. There are experimental features that allow you to modify DAT files such as:
- Editing values
- Add/Remove Columns
- Add/Remove Rows
- Adjust Record Metadata
The easiest way to install DMS Viewer is to grab the latest release.
Alternatively to run from source, clone the repository and open in Visual Studio (or MonoDevelop of OSX/Linux)
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
For more examples and usage, please refer to the Wiki.
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request