Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D8BE8200BEF for ; Wed, 4 Jan 2017 21:11:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D8384160B3A; Wed, 4 Jan 2017 20:11:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 528E3160B21 for ; Wed, 4 Jan 2017 21:11:59 +0100 (CET) Received: (qmail 21412 invoked by uid 500); 4 Jan 2017 20:11:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 21398 invoked by uid 99); 4 Jan 2017 20:11:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2017 20:11:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 58BBD2C1F56 for ; Wed, 4 Jan 2017 20:11:58 +0000 (UTC) Date: Wed, 4 Jan 2017 20:11:58 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CSV-66) Bean mapping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 04 Jan 2017 20:12:00 -0000 [ https://issues.apache.org/jira/browse/CSV-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799205#comment-15799205 ] Gary Gregory commented on CSV-66: --------------------------------- I am not convinced this is in scope for CSV but I am curious. I'd like to see a design proposal before someone spends a ton of time on a patch. Should this be in CSV or in an add-on module? If within CSV, it should be in a cleanly separated package. Would it make sense to reuse annotations from JPA or elsewhere or would this be too confusing? > Bean mapping > ------------ > > Key: CSV-66 > URL: https://issues.apache.org/jira/browse/CSV-66 > Project: Commons CSV > Issue Type: New Feature > Components: Parser, Printer > Reporter: Emmanuel Bourg > Fix For: Patch Needed, 1.x > > > Commons CSV needs a way to easily read/write a collection of beans from/to a CSV file. Annotations could be used to map precisely the object fields to the CSV columns. -- This message was sent by Atlassian JIRA (v6.3.4#6332)