Re: Bindy and Fixed format

2010-06-17 Thread Charles Moulliard
I will extend the annotation @DataField as the field length is mandatory in Fixedformat but not at all used for CSV. In this extension, I will add the align (left or right) property . Of course length field will be moved to this annotation KR, Charles Moulliard Senior Enterprise Architect (J2EE,

Re: Bindy and Fixed format

2010-06-17 Thread Claus Ibsen
On Thu, Jun 17, 2010 at 9:55 AM, Charles Moulliard wrote: > Hi, > > I'm working on Fixed format for camel bindy. I plan to add a new > annotation "@FixedRecord" by opposition with the @CsvRecord and use > the @DataField annotation to define properties of the field. > > Question : Do you prefer tha

Bindy and Fixed format

2010-06-17 Thread Charles Moulliard
Hi, I'm working on Fixed format for camel bindy. I plan to add a new annotation "@FixedRecord" by opposition with the @CsvRecord and use the @DataField annotation to define properties of the field. Question : Do you prefer that we use the same annotation for CSV and Fixed data fields or to create