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

Support CSV #24

Closed
eatenpancreas opened this issue Jan 6, 2024 · 2 comments · Fixed by #25
Closed

Support CSV #24

eatenpancreas opened this issue Jan 6, 2024 · 2 comments · Fixed by #25

Comments

@eatenpancreas
Copy link

It would be great if there was added support for CSV files, the csv crate already has support for serde!

@NiklasEi
Copy link
Owner

NiklasEi commented Jan 7, 2024

I implemented it a bit differently than the other file types since CSV files are tables. The given Asset type is a row, not the whole file (a bit similar to the LoadedFolder asset from Bevy).
Is #25 what you were thinking about?

@eatenpancreas
Copy link
Author

Absolutely! I love it, thank you so much!

I will immediately use it :)

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 a pull request may close this issue.

2 participants