Sha256: 8442fccf52a90757c73e044e40168db122af867f435257c1a7cc967268e5eb64
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# Csv::Import::Analyzer Perform datatype analysis on desired chunk Calculate min-max bounds for each column Determine which coulmns are nullable in the csv file Note: This gem expects the first line to be definitve header, as in like column names if the csv file has to be imported to database. ## Installation Add this line to your application's Gemfile: ```ruby gem 'csv-import-analyzer' ``` And then execute: $ bundle Or install it yourself as: $ gem install csv-import-analyzer ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/avinash-vllbh/csv-import-analyzer/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csv-import-analyzer-0.0.1 | README.md |