Hi Can anyone tell guide me how to run a shell command from alteryx which will produce a csv output file?
Hi, @MinaN
So, you only want get a new empty .csv file by use Run Command tool? or the data of .csv file from alteryx ?
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/powershell-script-through-run-command-tool/m-p/1367222#M339197
Hi flying008, the data of .csv file from Alteryx
As your said, maybe you only need use Output tool to produce .csv file.
Hi flying008,Actually I need to feed Alteryx data in hive table dynamically. So, I don't think output tool will work.