Re: camel bindy - @FixedLengthRecord: crlf attribute causes null pointer

2014-04-14 Thread alfmateos
ull) *{ > > LOG.debug("Fixed length record: {}", record); > > > > // Get carriage return parameter > > crlf = record.crlf(); > > LOG.debug("Carriage return defined for the CSV: {}", > crl

Re: camel bindy - @FixedLengthRecord: crlf attribute causes null pointer

2014-04-11 Thread Claus Ibsen
// Get carriage return parameter > crlf = record.crlf(); > LOG.debug("Carriage return defined for the CSV: {}", crlf); > > // Get hasHeader parameter > hasHeader = record.hasHeader(); > LOG.debug("

camel bindy - @FixedLengthRecord: crlf attribute causes null pointer

2014-04-11 Thread alfmateos
Header: {}", hasHeader); // Get skipHeader parameter skipHeader = record.skipHeader(); -- View this message in context: http://camel.465427.n5.nabble.com/camel-bindy-FixedLengthRecord-crlf-attribute-causes-null-pointer-tp5750120.html Sent from the Camel - Users mailing list archive at Nabble.com.