IMO, since we have an option to configure the line delimiter, leaving it to the user is a good idea as there might be cases where either one of them is used and not both.
-Venkatesh. > On Aug 12, 2016, at 6:29 PM, Yogi Devendra <[email protected]> wrote: > > Hi, > > Currently, for the usecases involving writing POJO to file output we use > DAG simillar to following: > POJOEmittingOperator->CSVFormatter->StringFileOutputOperator. > > Both CSVFormatter as well as StringFileOutputOperator have > configurable tupleSeperator defaulting to newline. This introduces two > newlines for every tuple. We should make one of the defaults to empty > string and the other to be newline. > > Any opinions on which default should be empty string? > > ~ Yogi
