diff --git a/index.html b/index.html index a847302..dbce33b 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,8 @@

csv-serde

Hive CSV Support

csv-serde adds real CSV support to hive using opencsv.

-

+

The CSV format is surprisingly tricky. It's not as easy as splitting on commas. You need to handle + commas in your data that are quoted, quoted quotes, etc. This SerDe lets you easily read and write CSV files in hive.