Colin Surprenant

Results 35 comments of Colin Surprenant

@guyboertje interesting idea!

@stepanurban thanks for the report. It seems to me that these are probably "normal" float/double representation errors - see https://www.ericlin.me/2016/02/avro-data-types/ for some information on this. If you want to preserve...

the new csv codec should be more appropriate for this, when paired with the file input a new codec instance will be used per file.

Note that the new csv codec should be more appropriate for this - in particular, when paired with the file input it will also use a separate codec instance per-file...

The new cvs codec should help with this, in particular, when paired with the file input, a separate codec instance will be used per-file where different files can have different...

Note that the new cvs codec will help for the cases of changing files with new headers.

submitted PR #69 to fix this regression. This regression has made it through 2 major versions of the plugin but nonetheless I think it makes sense to not loose existing...

@yaauie good idea. maybe we could allow `field_split_char` to be an array of chars, so if you need to specify multiple chars in the character classes then this will work....

In your above example, the event is tagged with `_rubyexception` which means that one of the ruby code section produced an exception. You probably want to verify, using conditionals in...