hyperpotamus icon indicating copy to clipboard operation
hyperpotamus copied to clipboard

`.csv` action with a zero-length array gives partial output

Open pmarkert opened this issue 7 years ago • 0 comments

If one of the fields being used by a csv action is a zero-length array, the loop is properly exited early, however, any partial parts of the line that had already been buffered are still emitted as a partial output line. There is a break statement in there to handle the case, but it also needs to set a temporary variable to skip the emit statement.

pmarkert avatar Oct 26 '17 14:10 pmarkert