AgileWorksOrg / elasticsearch-river-csv

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

field_separator is “|++|”,how to configured? #36

Closed changhongzi closed 10 years ago

changhongzi commented 10 years ago

trace your code,i know that field_separator is "char" type,can you support "stiring" type?

vtajzich commented 10 years ago

OpenCSV library needs char as separator. Therefor we are not able to support custom multichar string. You need to pre-process these CSV files to have char as separator. Anyway CSV stands for comma-separated values ;-)