Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-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 5922F1087C for ; Fri, 29 Nov 2013 08:24:18 +0000 (UTC) Received: (qmail 84595 invoked by uid 500); 29 Nov 2013 08:24:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 84359 invoked by uid 500); 29 Nov 2013 08:24:12 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 84350 invoked by uid 99); 29 Nov 2013 08:24:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 08:24:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antoine.dessaigne@gmail.com designates 209.85.215.178 as permitted sender) Received: from [209.85.215.178] (HELO mail-ea0-f178.google.com) (209.85.215.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 08:24:02 +0000 Received: by mail-ea0-f178.google.com with SMTP id d10so6415770eaj.23 for ; Fri, 29 Nov 2013 00:23:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=whiPlEHp4dBMzF+ZaJYDV+AvOAmhosr3snaHuOi/1ME=; b=ySs02sWdie3w7t/cQ+WVOoWTOZPTo3obW+99vlzPjg9zhq0kh5Lucw8F7WGizWK3yP ash0DuTpvSWGYirYBDH/w3z1S+noiHAQ/FvLej90gyp15D0IEo8gz8NQOR+IRDHiD8sS ZsIxiC++vShtqnfl2MiSCM9yRpZXUZ+2zJodRiJ4oSvigYrgrq0MyVVX+uo2z9YwyiqC zmbsh9pTPd6r/u8tsA0QpnHsZ1h0qs5nf6NiIsoxIbdYfHrrLUzvhkG06BLJnqMbXleJ 8Rwyec80/io6YUUOGD3aZHvH2zQKrgrHCCG5ZyUns1pv4viPCkH0LN3vTroq1/Zs0syj I9PQ== MIME-Version: 1.0 X-Received: by 10.14.0.201 with SMTP id 49mr5508422eeb.38.1385713422448; Fri, 29 Nov 2013 00:23:42 -0800 (PST) Received: by 10.14.225.4 with HTTP; Fri, 29 Nov 2013 00:23:42 -0800 (PST) In-Reply-To: References: Date: Fri, 29 Nov 2013 09:23:42 +0100 Message-ID: Subject: Re: CSV unmarshall using Maps From: Antoine DESSAIGNE To: dev@camel.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi everyone, Two weeks now I created a JIRA task with a patch for improving the CSV unmarshalling. It know that you have been busy with more important matter on the latest camel release. What do you think ? Is it a bad idea ? a good idea ? a good idea with a bad implementation ? Thanks a lot, Antoine 2013/11/15 Antoine DESSAIGNE : > Hi everyone, > > Sometimes, when processing CSV unmarshalled data, I find myself > struggling with the indexes. Thus I thought it would be nice to be > able to convert each line into a Map with the first line as keys. > > So I've just created a JIRA issue with a patch: > https://issues.apache.org/jira/browse/CAMEL-6969 > > What do you think ? > > Regards, > > Antoine