Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 60779 invoked from network); 31 Jan 2006 18:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jan 2006 18:54:41 -0000 Received: (qmail 18440 invoked by uid 500); 31 Jan 2006 18:51:50 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 14673 invoked by uid 500); 31 Jan 2006 18:51:24 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 13886 invoked by uid 99); 31 Jan 2006 18:51:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 10:51:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.235.171] (HELO mvdb.net) (69.55.235.171) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 31 Jan 2006 09:47:01 -0800 Received: (qmail 24420 invoked from network); 31 Jan 2006 17:46:40 -0000 Received: from unknown (HELO [10.21.21.40]) (80.126.215.98) by 69.55.235.171 with SMTP; Tue, 31 Jan 2006 17:46:40 +0000 Message-ID: <43DFA28B.6060900@mvdb.net> Date: Tue, 31 Jan 2006 18:46:51 +0100 From: Martin van den Bemt User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: [csv] csv writer.. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi everyone (specifically Henri I guess), I need to write a csv writer (fixed size columns, semi colon seperators, etc) and I can do 2 things : 1) Create it as a project of my own. 2) Put in the csv component. I prefer in this case the second and I will do my best to make it something really nice, but it may not be exactly what people had in mind. First goal is to get the job done I need, later goals are to make it pretty.. Any objections doing my stuff in the csv component ? Mvgr, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org