RE: Double quotes in csv data

2015-10-22 Thread michael.england
Hi, Is there an easier way to do this with a Serde? The data volumes could easily reach multi-terabyte level so it would be nice if Hive could handle this. Thanks, Michael From: Vikas Parashar [mailto:para.vi...@gmail.com] Sent: 21 October 2015 16:29 To: user@hive.apache.org Subject: Re: Double

Double quotes in csv data

2015-10-21 Thread michael.england
Hi, I have some CSV data which is encompassing each field in double quotes e.g. “hello”, “”, “test”, “”. I noticed that there is a CSV Serde now available in Hive 0.14. Is it possible to use this to strip the quotes when querying an external Hive table? https://cwiki.apache.org/confluence/