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

zip files are read as docx files #2

Open
jmripper opened this issue Jan 2, 2024 · 1 comment
Open

zip files are read as docx files #2

jmripper opened this issue Jan 2, 2024 · 1 comment
Assignees

Comments

@jmripper
Copy link

jmripper commented Jan 2, 2024

when you parse a zip file it reads as a docx file because they share the same magic number, same with ppx and xlsx. is there a way to identify them individually?

thanks!

@basedwon
Copy link
Owner

basedwon commented Jan 4, 2024

@jmripper it looks like I can do that but I'll have to add an async method. I've wanted to refactor it anyway, so I'll add this feature.

@basedwon basedwon self-assigned this Jan 4, 2024
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