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

[FEATURE] Generic file writer #52

Closed
riccamini opened this issue Jul 9, 2024 · 0 comments · Fixed by #54
Closed

[FEATURE] Generic file writer #52

riccamini opened this issue Jul 9, 2024 · 0 comments · Fixed by #54
Labels
enhancement New feature or request

Comments

@riccamini
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Koheesio is currently shipping with the FileLoader which allows to read any file format specifying any needed option. The same feature, on the other hand, is missing on the writer side as there's no current class that supports generic file writing

Describe the solution you'd like

A FileWriter in the same style of FileLoader, with convenience classes for specific file formats.

Describe alternatives you've considered

There's no current alternative in the library

@riccamini riccamini added the enhancement New feature or request label Jul 9, 2024
@dannymeijer dannymeijer linked a pull request Aug 27, 2024 that will close this issue
9 tasks
dannymeijer pushed a commit that referenced this issue Sep 2, 2024
Generic file writer

## Description
Provides a generic FileWriter class for several file formats and can be configured with any required option

## Related Issue
#52

## Motivation and Context
Koheesio was previously shipping with the FileLoader which allows to read any file format specifying any needed option. The same feature, on the other hand, was missing on the writer side as there was no current class that supported generic file writing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant