Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 93928 invoked from network); 15 Jun 2010 20:49:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 20:49:00 -0000 Received: (qmail 88457 invoked by uid 500); 15 Jun 2010 20:49:00 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 88397 invoked by uid 500); 15 Jun 2010 20:48:59 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 88389 invoked by uid 99); 15 Jun 2010 20:48:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:48:59 +0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:48:53 +0000 Received: by vws17 with SMTP id 17so1741237vws.32 for ; Tue, 15 Jun 2010 13:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=4HebYSZx8SXRJlCwDztBzZJNcHL/vQ1jIWC+ummycYk=; b=XOsb0v0TuIsz1Jez2kOHRdhCVTY3Xd+XeiDH1FmzJZDPvUzipPuaBBYjEtpdy7Fs08 WKha4MFPt8V73Z6xp7FhJZ6cjiH6wHOdM6oQXwTRtyZEtx5a1Z+THpBEx7JtCMz3+zQi ucSzTCcvX2exFt9tLGA37rpAvfXcdc7nLoQPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=J4cMIJzKhgYkdzAfdhJf6/+NoGj6g8aK1Tg2/lipAsJSyMpMVmzoKCkZ1+Qn2ol0J2 +Dr4VXxnABn7qbxkXhFajcOUo7PmOwFZJ/TQqVBWXQFsAbgrTL+PFiSHo+XP0Zk3bWZ2 5DxzJml1NHVaGzQVqthndvVW3qyN4FDQKi++c= MIME-Version: 1.0 Received: by 10.220.62.206 with SMTP id y14mr4283421vch.241.1276634912104; Tue, 15 Jun 2010 13:48:32 -0700 (PDT) Received: by 10.220.87.74 with HTTP; Tue, 15 Jun 2010 13:48:32 -0700 (PDT) In-Reply-To: <28889019.post@talk.nabble.com> References: <28842183.post@talk.nabble.com> <28889019.post@talk.nabble.com> Date: Tue, 15 Jun 2010 22:48:32 +0200 Message-ID: Subject: Re: marshal to CSV with pipe delimiter From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=e0cb4e88788571a057048917bae8 --e0cb4e88788571a057048917bae8 Content-Type: text/plain; charset=ISO-8859-1 Hello Andy! I added a unit test for camel-csv which uses a pipe by marshaling the object. You will find the test [here| http://svn.apache.org/viewvc/camel/trunk/components/camel-csv/src/test/java/org/apache/camel/dataformat]./csv/CsvMarshalPipeDelimiterTest.java?view=markup I will also add an unit test for the XML DSL, but currently I have some problems with it. After that, I will review the wiki and may be I will update it. Hope this helps, Christian --e0cb4e88788571a057048917bae8--