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

feat: implement csv writer #6

Open
pnadolny13 opened this issue Apr 3, 2023 · 1 comment
Open

feat: implement csv writer #6

pnadolny13 opened this issue Apr 3, 2023 · 1 comment
Labels
feature Improvements or additions to the product good first issue Good for newcomers

Comments

@pnadolny13
Copy link
Collaborator

The csv format type logic still needs to be written. I think the current base format and smart open handle most of this for us already but we need to figure out the best way to pass in the csv config options for common use cases e.g. delimter, quotechar, encoding, etc.

@crowemi
Copy link
Owner

crowemi commented Apr 3, 2023

I was thinking the properties should be refactored to handle specific files formats configurations. (#8)

@crowemi crowemi added good first issue Good for newcomers feature Improvements or additions to the product labels Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Improvements or additions to the product good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants