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

Replace CSV structure functions with a simpler method #18

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

mistermichaelll
Copy link
Owner

This PR strips out some convoluted functions I wrote and replaces them with a simpler one.

The function uses CSV.jl and an IO buffer to accomplish the same thing more concisely. My reasoning here is that I trust CSV to generate the correct structure far more than I trust my functions to do the same thing. It's also much more concise code-wise.

It's much simpler to just use the IO buffer method, rather than writing out these giant functions.
@mistermichaelll mistermichaelll merged commit 8f34465 into main Jan 11, 2024
3 checks passed
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.

1 participant