Hi Team
We are implementing a workflow in Alteryx tool to perform few operations ( To remove special characters) in a file and the return the data to another file post operations.
We have implemented a regular workflow to perform this and its running well.
However,we need this workflow to be called from cmd prompt.
With the guidelines mentioned , we are able to succeed and we used below line from cmd prompt :
cmd > AlteryxEngineCmd.exe regexp.yxmd
Kindly help us with the details on implementing an alteryx workflow which accepts a file as parameter as we need to pass input file dynamically to the workflow.
Example: cmd > AlteryxEngineCmd.exe workflowname.yxwz testfile.csv
We appreciate your quick help on this.