moshe / elasticsearch_loader

A tool for batch loading data files (json, parquet, csv, tsv) into ElasticSearch
MIT License
399 stars 83 forks source link

Suggestion: add universial new line mode #75

Closed lxj616 closed 5 years ago

lxj616 commented 5 years ago

To fix the possible following error: https://stackoverflow.com/questions/17315635/csv-new-line-character-seen-in-unquoted-field-error

This is a very common scenario when encountering multi-system csv file format variance

moshe commented 5 years ago

Hey @lxj616, Thank you for your contribution