Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05e12f6

Browse files
committed
adding to README
1 parent 60f75c9 commit 05e12f6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ The options and the block are optional.
135135
* :strings_as_keys : use strings instead of symbols as the keys in the result hashes (default: false)
136136
* :remove_empty_values : remove values which have nil or empty strings as values (default: true)
137137
* :remove_zero_values : remove values which have a numeric value equal to zero / 0 (default: false)
138-
* :remove_values_matching : removes key/value pairs if value matches given regular expressions (default: nil) ,
139-
e.g. /^\$0\.0+$/ to match $0.00 , or /^#VALUE!$/ to match errors in Excel spreadsheets
138+
* :remove_values_matching : removes key/value pairs if value matches given regular expressions (default: nil) , e.g. /^\$0\.0+$/ to match $0.00 , or /^#VALUE!$/ to match errors in Excel spreadsheets
140139
* :convert_values_to_numeric : converts strings containing Integers or Floats to the appropriate class (default: true)
141140
* :remove_empty_hashes : remove / ignore any hashes which don't have any key/value pairs (default: true)
142141

@@ -202,6 +201,11 @@ Or install it yourself as:
202201
#### 1.0.0.pre1 (2012-07-29)
203202

204203

204+
## Reporting Bugs / Feature Requests
205+
206+
Please [open an Issue on GitHub](https://github.com/tilo/smarter_csv/issues) if you have feedback, new feature requests, or want to report a bug. Thank you!
207+
208+
205209

206210
## Contributing
207211

0 commit comments

Comments
 (0)