Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 65175 invoked from network); 22 Aug 2010 08:38:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Aug 2010 08:38:57 -0000 Received: (qmail 44033 invoked by uid 500); 22 Aug 2010 08:38:57 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 43928 invoked by uid 500); 22 Aug 2010 08:38:56 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 43912 invoked by uid 99); 22 Aug 2010 08:38:55 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Aug 2010 08:38:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Aug 2010 08:38:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7M8cGWY017248 for ; Sun, 22 Aug 2010 08:38:16 GMT Message-ID: <18040760.493721282466296269.JavaMail.jira@thor> Date: Sun, 22 Aug 2010 04:38:16 -0400 (EDT) From: "Dmitriy V. Ryaboy (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Updated: (PIG-1555) [piggybank] add CSV Loader In-Reply-To: <31256716.493701282466175940.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1555: ----------------------------------- Attachment: PIG_1555.patch This is loosely based on the loader by James Kebinger that he open-sourced at http://github.com/jkebinger/pig-user-defined-functions I ported to the new API and fixed a few bugs. Still doesn't support multi-line records, but the basic stuff works, including quoting quotes by more quotes, excel-style. > [piggybank] add CSV Loader > -------------------------- > > Key: PIG-1555 > URL: https://issues.apache.org/jira/browse/PIG-1555 > Project: Pig > Issue Type: New Feature > Reporter: Dmitriy V. Ryaboy > Assignee: Dmitriy V. Ryaboy > Priority: Minor > Fix For: 0.8.0 > > Attachments: PIG_1555.patch > > > Users often ask for a CSV loader that can handle quoted commas. Let's get 'er done. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.