Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab separator still not working #76

Open
thekofimensah opened this issue Oct 3, 2019 · 1 comment
Open

Tab separator still not working #76

thekofimensah opened this issue Oct 3, 2019 · 1 comment

Comments

@thekofimensah
Copy link

#23 not working?

This still doesn't work for me. I have literal tabs in my file, but only the first field is being captured
My line is:
199999 MAI 2013-09-02 16:31:28.988976 1 1
and logstash 7.1.1 pulls in like:
199999\tMAI\t2013-09-02 16:31:28.988976\t1\t1

csv {
            autogenerate_column_names => false
            skip_header => true
            separator => "  "
            # separator => "\t"
            columns => ["NUM","val","date/time","elapsed","elapsed 2"]
        }
@ehmueller
Copy link

I have some problem, any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants