An open API service indexing awesome lists of open source software.

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

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).