LiquidGalaxyLAB / Presentation-Tool

The presentation tool idea is to create an interface that is capable to create different sets of data configuration to be displayed on a Liquid Galaxy
Apache License 2.0
1 stars 5 forks source link

Uploading files that contain blank spaces and special characters in the title causes errors in child_process exec() #11

Open KarinePistili opened 3 years ago

KarinePistili commented 3 years ago

All scripts are executed using a package called child_process. This package has serious problems with indentation and special characters. Sometimes it fails to execute a command due a filename having special characters or blank spaces

The desired behavior is to create a function that treats those filenames before executing the command using the Regex syntax, so any type of blank or special character can be recognized as what they are and not have broken strings