ull) *{
> > LOG.debug("Fixed length record: {}", record);
> >
> > // Get carriage return parameter
> > crlf = record.crlf();
> > LOG.debug("Carriage return defined for the CSV: {}",
> crl
// Get carriage return parameter
> crlf = record.crlf();
> LOG.debug("Carriage return defined for the CSV: {}", crlf);
>
> // Get hasHeader parameter
> hasHeader = record.hasHeader();
> LOG.debug("
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.