Default behavior is preserved with the default values of the new configuration options.
Setting omit_empty_fields to false allows fields with empty values to be created. This can cause problems when either field_split or value_split contains a space, since the default behavior is to strip whitespace around the value_split. A configuration exception will be thrown if this is tried.
However, setting trim_value_split to false will allow space delimiters.
…th empty values is optional.
Default behavior is preserved with the default values of the new configuration options.
Setting
omit_empty_fields
to false allows fields with empty values to be created. This can cause problems when eitherfield_split
orvalue_split
contains a space, since the default behavior is to strip whitespace around the value_split. A configuration exception will be thrown if this is tried.However, setting
trim_value_split
to false will allow space delimiters.This pull addresses Issue #37