ogrodnek / csv-serde

Hive SerDe for CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for multi-line string values

ogrodnek opened this issue · comments

It seems this issue is still unsolved. I was using this SerDe recently and faced some problems with multi-line values.

Any chance this could be supported?
Working with data for the last 12yrs and see the cases that break the "simple" CSV load all the time.
Given option for quotes around char data it should be easily doable to handle situations where that char data contain either line or column separators.
M$Excel (and open clones) are the only that seem to deal with that properly