Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 232CDFD12 for ; Wed, 17 Apr 2013 14:54:53 +0000 (UTC) Received: (qmail 78515 invoked by uid 500); 17 Apr 2013 14:54:52 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 78421 invoked by uid 500); 17 Apr 2013 14:54:52 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 78413 invoked by uid 99); 17 Apr 2013 14:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 14:54:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 14:54:48 +0000 Received: by mail-wi0-f172.google.com with SMTP id hq17so3039585wib.5 for ; Wed, 17 Apr 2013 07:54:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=7DxHr2z6L8FpPFMBnICYnAsB8hAwVmWZqhglCjfOeI0=; b=FxOEyH+hRfVOPkM4PzMWFomh7fCVFvpuuF1ZrTNUyoF7kgym9vatG7MX4AhtCIvG6F 7+8DV+YnFi2+9MuWDAutK2K1udrHC9rqlIPVxTtAAQC2DXhKPDttDOjh8Ybam4QGWFv0 twbRofaCRgSHds3OXgYnesbEOZSQRwTeW4JAIzKzonMrs1+1wDYWaCawrqkFhPX1EyNP M18juhyjiKtSTyXX1Rt8BYGUJCONSLdOdbE5nkf1rcGE+xEwEGxeyy6ZXAMKLIrJ00Ri pRyTlPUxuo+9yXjEnk7e5Zf/RAfeRQwe+zAigyaZJc3Ar73ayv7exKMHO5g1HzzSoSLJ puYA== MIME-Version: 1.0 X-Received: by 10.194.173.167 with SMTP id bl7mr11973218wjc.50.1366210467102; Wed, 17 Apr 2013 07:54:27 -0700 (PDT) Received: by 10.194.158.132 with HTTP; Wed, 17 Apr 2013 07:54:27 -0700 (PDT) In-Reply-To: <516EADE0.3050403@magelo.com> References: <516E87E9.9010909@apache.org> <516E9923.5060802@apache.org> <516EADE0.3050403@magelo.com> Date: Wed, 17 Apr 2013 15:54:27 +0100 Message-ID: Subject: Re: [CSV] CSVPrinter#println() - should this be renamed? From: sebb To: Commons Developers List Content-Type: multipart/alternative; boundary=089e010d85109487de04da8fa973 X-Virus-Checked: Checked by ClamAV on apache.org --089e010d85109487de04da8fa973 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 17 April 2013 15:12, Emmanuel Bourg wrote: > Le 17/04/2013 15:58, Gary Gregory a =E9crit : > > > Ok, so we could beef up > > org.apache.commons.csv.CSVFormat.CSVFormatBuilder.validate() > > > > Could this be too restrictive? Could a user want a rec-sep /other/ than= a > > line-sep? > > Why not? For example double line might be useful. > It's already checked in the constructor. > > I don't see any such check. > Emmanuel Bourg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --089e010d85109487de04da8fa973--