AgileWorksOrg / elasticsearch-river-csv

CSV river for ElasticSearch
Apache License 2.0
91 stars 45 forks source link

quote character: " #3

Closed tobias-hinz-yoc closed 11 years ago

proofy commented 10 years ago

I have a csv file without quotes. So setting quote character setting to "nothing" will import with standard quote character " . This is often use for inch in the data. My workaround is to use a quote character that not used in the data like @

vtajzich commented 10 years ago

@proofy is right. Just add unused escape char to river configuration.