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/csv export #23

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Feature/csv export #23

merged 3 commits into from
Oct 22, 2024

Conversation

lukavdplas
Copy link
Contributor

Adds a method to export reader data to a CSV file. Close #4

There is no configuration for the file format; since the implementation is quite simple, I would say: if you need detailed control over the file, it's easier to just write your own function.

However, since this is mostly an i-analyzer support package, this method should save a CSV that's ready for usage in I-analyzer's upcoming add-your-own-corpus interface. @JeltevanBoheemen , is there something about the data format that should be adjusted so it's compatible?

Copy link
Contributor

@JeltevanBoheemen JeltevanBoheemen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is (for now) no limitations to how the CSV data should look.
Spelling mistake, merge after that's fixed!

ianalyzer_readers/readers/core.py Outdated Show resolved Hide resolved
Co-authored-by: Jelte van Boheemen <[email protected]>
@lukavdplas lukavdplas merged commit d6d1f77 into develop Oct 22, 2024
8 checks passed
@lukavdplas lukavdplas deleted the feature/csv-export branch October 22, 2024 11:05
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

Successfully merging this pull request may close these issues.

Add CSV export
2 participants