diff --git a/index.html b/index.html index dbce33b..59be105 100644 --- a/index.html +++ b/index.html @@ -44,9 +44,6 @@

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. -