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

Improving data samples export #131

Open
fedpet opened this issue Feb 6, 2020 · 3 comments
Open

Improving data samples export #131

fedpet opened this issue Feb 6, 2020 · 3 comments

Comments

@fedpet
Copy link
Contributor

fedpet commented Feb 6, 2020

I have 2 propositions which might be useful:
1 - Being able to round exported values (e.g. rounding to 2 decimal places before writing the samples to the csv file might help reducing the final size of the file and improving predictability of the size required)
2 - It would be nice to have the possibility to export data to DBs (or at least SQLite) instead of CSV files. This could be done by offering a mechanism to specify a custom "Exporter" in the YML config (pretty much the same way we specify custom Extractors), so that one could extend it and offer its own implementation.

@DanySK
Copy link
Member

DanySK commented Feb 6, 2020

Both proposals are interesting, I like them

@fedpet
Copy link
Contributor Author

fedpet commented Feb 6, 2020

The "rounding" could just be a parameter of the CSV exporter

@DanySK
Copy link
Member

DanySK commented Nov 15, 2021

Partially tackled by #871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants