Skip to content

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

@pmarkert

Description

@pmarkert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions