You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an output file that's named like 1408741776408079642-23429aeb-fd80-4823-755d-cc47e88dd963.csv regardless of any efforts to attain a different outcome.
I can specify -output="~/workspace/test.csv" or just -output="test.csv", same result. I can put it in the config file as output: "test.csv" (or the absolute path) and it does the same thing.
This not working is a significant reason I've found it necessary to wrap PAT in a script; I need to be able to organize and name output effectively.
I get an output file that's named like
1408741776408079642-23429aeb-fd80-4823-755d-cc47e88dd963.csvregardless of any efforts to attain a different outcome.I can specify
-output="~/workspace/test.csv"or just-output="test.csv", same result. I can put it in the config file asoutput: "test.csv"(or the absolute path) and it does the same thing.This not working is a significant reason I've found it necessary to wrap PAT in a script; I need to be able to organize and name output effectively.