How good it will be if you can simply drag and drop a flow file to run it? Actually it can be achieved with a single line BAT file.Drag and Drop to Run a Flow File How to achieve this? Here is the code inside FlowRunner.BAT filecall "C:\Program Files\Tableau\Tableau Prep 2018.3\scripts\tableau-prep-cli.bat" -t "%~1" pause Explanation:line 1: Extract the dropped file’s path and execute it using Tableau Prep command linePlease note that line 2 is optional and it is not required if you do not want to review the information on terminal. Post navigationTableau Prep – Creating Timestamp based output files Tableau Prep – Running multiple flows with drag and drop
[…] the last post, we discussed about drag and drop execution of Tableau Prep flows. But what will happen if you […]Reply
[…] a previous post, we discussed about enabling drag and drop execution for Tableau Prep flows, but what if you can […]Reply