I wrote a CSVSerde for hive that uses opencsv for csv parsing, so it handles quotes and all other CSV weirdness. I wrote it up here:
http://dev.bizo.com/2010/11/csv-and-hive.html On Mon, Jan 10, 2011 at 12:44 PM, ankit bhatnagar <abhatna...@gmail.com> wrote: > Hi All, > > I am planning to join some csv files using hive. > > > referring to the developer guide on wiki quotes are not supported. > ------------------------------------------------------- > > Hive currently use these SerDe classes to serialize and deserialize data: > > MetadataTypedColumnsetSerDe: This SerDe is used to read/write delimited > records like CSV, tab-separated control-A separated records (sorry, quote is > not supported yet.) > > > Did anybody write some Deserializer for the same? > > > Thanks > Ankit >