Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an OutputFormat class #20

Closed
postmodern opened this issue Apr 14, 2023 · 0 comments
Closed

Add an OutputFormat class #20

postmodern opened this issue Apr 14, 2023 · 0 comments
Assignees
Labels
feature New Feature
Milestone

Comments

@postmodern
Copy link
Member

Add a base class which allows writing Value objects to an output file. It should be able to both format/write values as they are appended (ex: txt, CSV, ndjson, etc), or buffer the values and write all data at once (ex: JSON).

@postmodern postmodern added the feature New Feature label Apr 14, 2023
@postmodern postmodern added this to the 0.1.0 milestone Apr 14, 2023
@postmodern postmodern self-assigned this Apr 14, 2023
@postmodern postmodern changed the title Add an OutputFile class Add an OutputFormat class Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant