We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7befa4d + ea7f7ea commit 1acfe1aCopy full SHA for 1acfe1a
lib/csv.rb
@@ -890,8 +890,12 @@ def self.table(path, **options)
890
# attempt to parse input not conformant
891
# with RFC 4180, such as double quotes
892
# in unquoted fields.
893
- # <b><tt>:nil_value</tt></b>:: TODO: WRITE ME.
894
- # <b><tt>:empty_value</tt></b>:: TODO: WRITE ME.
+ # <b><tt>:nil_value</tt></b>:: When set an object, any values of an
+ # empty field are replaced by the set
895
+ # object, not nil.
896
+ # <b><tt>:empty_value</tt></b>:: When set an object, any values of a
897
+ # blank string field is replaced by
898
+ # the set object.
899
#
900
# See CSV::DEFAULT_OPTIONS for the default settings.
901
0 commit comments