Skip to content

Bug streaming csv not generated without json data - per-message streaming not enabled with csv #17

@acalhounRH

Description

@acalhounRH

What was the problem?
The CSV streaming functionality wasn't working because it required per-message streaming to be enabled, but the code only automatically enabled this when using --streaming-output-json. When using only --streaming-output-csv, the per-message streaming flag wasn't set, so no data was written to the CSV files.

What needs to be fixed:
modify the enable_csv_streaming() method in /root/sandbox/rusty-comms/src/results.rs to automatically enable per-message streaming when CSV streaming is requested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions