https://github.com/sloppycoder/fixed_width_file_validator
Validate fixed width text file based on configuration
https://github.com/sloppycoder/fixed_width_file_validator
Last synced: 12 months ago
JSON representation
Validate fixed width text file based on configuration
- Host: GitHub
- URL: https://github.com/sloppycoder/fixed_width_file_validator
- Owner: sloppycoder
- License: mit
- Created: 2018-02-17T09:19:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T08:02:13.000Z (about 8 years ago)
- Last Synced: 2025-02-11T19:42:11.750Z (over 1 year ago)
- Language: Ruby
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FixedWidthFileValidator
Validation a fixed width text file based on configuration
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'fixed_width_file_validator'
```
And then execute:
$ bundle
## Usage
See [sameple configuration for details](test/data/sample_format_1.yml)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/sloppycoder/fixed_width_file_validator.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).