Return-Path: X-Original-To: apmail-any23-dev-archive@www.apache.org Delivered-To: apmail-any23-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 010CCDEC2 for ; Wed, 21 Nov 2012 18:21:59 +0000 (UTC) Received: (qmail 5334 invoked by uid 500); 21 Nov 2012 18:21:58 -0000 Delivered-To: apmail-any23-dev-archive@any23.apache.org Received: (qmail 5275 invoked by uid 500); 21 Nov 2012 18:21:58 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 5252 invoked by uid 99); 21 Nov 2012 18:21:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 18:21:58 +0000 Date: Wed, 21 Nov 2012 18:21:57 +0000 (UTC) From: "Lewis John McGibbney (JIRA)" To: dev@any23.apache.org Message-ID: <358699285.13296.1353522118313.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (ANY23-116) Empty values are skipped when reading tab separated CSV. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ANY23-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated ANY23-116: --------------------------------------- Attachment: ANY23-116.patch patch with test case for this issue. I'll commit this just now. Thank you guys for reporting and checking this one out. > Empty values are skipped when reading tab separated CSV. > -------------------------------------------------------- > > Key: ANY23-116 > URL: https://issues.apache.org/jira/browse/ANY23-116 > Project: Apache Any23 > Issue Type: Bug > Components: core > Affects Versions: 0.7.0 > Environment: Linux > Reporter: Kai Eckert > Labels: CSV > Attachments: ANY23-116.patch, any23-fix-csv.diff, test-missing.csv > > > I have a tab separated CSV file without text delimiters, like this: > val1\tval2\tval3 > When values are missing, this looks like this: > val1\t\tval3 > The missing val2 is skipped and instead, val3 ist added to the RDF as value for property2. > EDIT: The same is true for a comma separated file with string delimiters, like > "val1",,"val3" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira