unlhcc / HCCGo

A GUI application for submitting and managing jobs at the Holland Computing Center
5 stars 4 forks source link

Change csv output from commas to pipes and also sanitize for pipes in input #225

Closed adamfitzgibbon closed 7 years ago

adamfitzgibbon commented 7 years ago

Job submission breaks if the user includes commas in any of their fields, so we should get job status in a pipe separated format and sanitize user input for pipes (since pipes are less likely to be used in job names)