Ingesting CSV w/o quote character

Hi,

I’m trying to create a data adapter which will intake CSV into a temp lookup table where I can then reorganize everything - however some of the CSV files I intake are formatted as below:

IP,Port,Service
74.34.63.295,22550,etcd

And without a quote character the CSV data adapter seems to not know how to process things - is there something I’m missing or some better way I could possibly go about this?

Thanks-

The CSV data adapter can currently not be used without a quote character.

Please create a feature request at https://github.com/Graylog2/graylog2-server/issues.

1 Like

Thank you, I did - appreciate the quick response

For reference:
https://github.com/Graylog2/graylog2-server/issues/4676

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.