Google Sheets and Excel temp CSV filename needs to be unique during secondary tasks #557
Labels
bug
Something isn't working
Input data validation
CSV and file input data validation / reduction of potential for data error
When using a secondary task and a Google Sheet as input for both the primary and secondary tasks, if
google_sheets_csv_filename
is not set or not unique per task, secondary tasks stomp on the primary task's temp CSV filename. This can be avoided by configuring a unique value for thegoogle_sheets_csv_filename
setting in all config files, but Workbench should warn the user if the temporary CSV filename is not unique, both during--check
and outside of--check
.The text was updated successfully, but these errors were encountered: