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

Filenames with round brackets "(" or ")" break the extraction process #3

Closed
davidworkman9 opened this issue Jun 18, 2013 · 2 comments
Closed

Comments

@davidworkman9
Copy link
Contributor

If your filename is named with brackets, for instance "new doc(1).docx" the extraction fails(at least for docx files). Escaping the brackets won't work because then fs.exists on line 7 of index.js fails.

@dbashford
Copy link
Owner

Thanks! I'll take a look. I need to dig back in for a day or three to fix this and the other errors I just logged.

@dbashford
Copy link
Owner

Looks as if the spaces are a problem too. Fixing this now...

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