Donate Share

CSVObjects

Code

Programming Languages: Java

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://csvparser.svn.sourceforge.net/svnroot/csvparser csvparser

browse code, statistics, last commit on 2007-02-19 cvs -d:pserver:anonymous@csvparser.cvs.sourceforge.net:/cvsroot/csvparser login

cvs -z3 -d:pserver:anonymous@csvparser.cvs.sourceforge.net:/cvsroot/csvparser co -P modulename

Show:

What's happening?

  • CSVObjects

    anupamsg changed the public information on the CSVObjects project.

    2009-07-03 11:07:20 UTC by anupamsg

  • CSVObjects

    anupamsg changed the public information on the CSVObjects project.

    2009-07-03 11:07:12 UTC by anupamsg

  • CSVObjects

    anupamsg changed the public information on the CSVObjects project.

    2009-07-03 11:07:06 UTC by anupamsg

  • CSVObjects

    anupamsg changed the public information on the CSVObjects project.

    2009-07-03 11:07:06 UTC by anupamsg

  • CSVObjects

    anupamsg changed the public information on the CSVObjects project.

    2009-07-03 11:00:34 UTC by anupamsg

  • CSVObjects

    anupamsg changed the public information on the CSVObjects project.

    2009-07-03 10:58:52 UTC by anupamsg

  • Issue with parsing date! Please help!

    I have a date column in the CSV file which the values in the yyyy-MM-dd format. I have set the field mapping to: <field-mapping name="submitDate" type="java.util.Date" position="7" attribute="submitDate" reformat="trimWord".

    2008-12-12 15:53:30 UTC by nitrousfiz

  • Mapping multiple columns to a single field

    I'm just familiarizing myself with the project. I do wish there were concrete examples I could look at. However, I can't tell from the xml spec if its possible to map columns from a file to multiple bean fields. ie; I want to concatenate three fields from a feed into a single db column. Would this be performed via a formatter or can I simply map the columns? Intuitively, it would seem that...

    2008-01-28 23:55:48 UTC by rfisk

  • Handle multiple formatter and mapping configurations

    Hi ! Just an idea about a feature that could be useful (at least for me ;-) ) : be able to handle multiple formatter and mapping configurations concurrently (ie in a single application). For instance, I have an application where we provide importing mechanisms from different sources. The data from these different sources are exported in CSV format. Then, in my application, I have a GUI...

    2007-06-13 09:48:37 UTC by bobeal

  • Dynamic selection of mapping and formatter conf files

    Hi, Here are some modifications made to be able to dynamically specify mapping and formatter configuration files. The diff file is attached. Modifications are the following : * CSVParserFactory.java : -> added a getSingleton() method that accepts mappping and formatter Readers as parameters. -> added a loadMappings() method that accepts a mapping Reader as a parameter...

    2007-06-04 19:48:41 UTC by bobeal

Our Numbers