Skip to content

Cannot set "quote_char" as nil #88

@whirlwind110

Description

@whirlwind110

My logstash.conf:
input {
file {
path => ["/root/dx.txt"]
start_position => "beginning"
codec => csv {
quote_char => nil
}
}
}
All of quote_char => nil , quote_char => "nil" and quote_char => "" will throw an error is exception=>ArgumentError, :message=>":quote_char has to be nil or a single character String"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions