-
anupamsg changed the public information on the CSVObjects project.
2009-07-03 11:07:20 UTC by anupamsg
-
anupamsg changed the public information on the CSVObjects project.
2009-07-03 11:07:12 UTC by anupamsg
-
anupamsg changed the public information on the CSVObjects project.
2009-07-03 11:07:06 UTC by anupamsg
-
anupamsg changed the public information on the CSVObjects project.
2009-07-03 11:07:06 UTC by anupamsg
-
anupamsg changed the public information on the CSVObjects project.
2009-07-03 11:00:34 UTC by anupamsg
-
anupamsg changed the public information on the CSVObjects project.
2009-07-03 10:58:52 UTC by anupamsg
-
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
-
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
-
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
-
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