Skip to content

CSV System output return type #45

Description

@Mattamorphic

As a user I might want to stream out the content of the system stream, either as a new input, or to a file.

We can't use stream_get_contents() as that will dump the entire contents of the temp_file into memory - which will explode. So we should return the system object, still open and reset.

We can then do what we want (either use the generator to get the lines or pump this back into a processor)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions