Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

to one or many POJOS and to convert the data according to the type of the java property. POJOS can be linked together. Moreover, for data type like Date, Double, Float, Integer, Short and Long, you can provide the pattern to apply during the formatting of the property :

Type

Format Type

Pattern example

Link

Date

DateFormat

"dd-MM-yyyy"

http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html

Decimal*

Decimalformat

"##.###.###"

http://java.sun.com/j2se/1.5.0/docs/api/java/text/DecimalFormat.html

Decimal = Double

...

, Integer

...

, Float

...

, Short

...

, Long

Remark : This first release only support CSV record

...