8000 write_nil_valueオプションを付けると数値をcsv文字列に変換できない · Issue #123 · ruby/csv · GitHub
[go: up one dir, main page]

Skip to content
write_nil_valueオプションを付けると数値をcsv文字列に変換できない #123
@asm256

Description

@asm256
require 'csv'
puts [nil,100].to_csv(write_nil_value: "NULL")
# => csv/fields_converter.rb:53:in `block in convert': undefined method `empty?' for 100:Integer (NoMethodError)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0