yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

Escape file names containing HTML URL encoding chars #8

Closed yulqen closed 3 years ago

yulqen commented 5 years ago

If file is downloaded from a web server via a browser with standard HTML link, then it is possible that the file name will be HTML encoded with %20 for spaces, etc. These should be removed for clarity prior to processing. Part of pre-process checks alongside #4 and #5.

yulqen commented 5 years ago

Escape file names containing HTML URL encoding chars