Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
If the first character on a line is the separator, empty key is assumed, and the whole line is the value (due to a bug this was not the case).
Description
Streaming should assume an empty key if the first character on a line is the seperator (stream.map.output.field.separator, by default, tab). And the value as the whole line excluding the seperator.