You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,7 @@ The options and the block are optional.
135
135
*:strings_as_keys : use strings instead of symbols as the keys in the result hashes (default: false)
136
136
*:remove_empty_values : remove values which have nil or empty strings as values (default: true)
137
137
*: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
140
139
*:convert_values_to_numeric : converts strings containing Integers or Floats to the appropriate class (default: true)
141
140
*:remove_empty_hashes : remove / ignore any hashes which don't have any key/value pairs (default: true)
142
141
@@ -202,6 +201,11 @@ Or install it yourself as:
202
201
#### 1.0.0.pre1 (2012-07-29)
203
202
204
203
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!
0 commit comments