alteryx-tool-generator icon indicating copy to clipboard operation
alteryx-tool-generator copied to clipboard

Generator to scaffold a custom Alteryx Designer tool.

Results 2 alteryx-tool-generator issues
Sort by recently updated
recently updated
newest added

I downloaded today: Latest LTS Version: 10.16.0 (includes npm 6.9.0) But my first run hit an error: ``` C:\Users\ah57473\Documents\~Alteryx\alteryx-tool-generator-master\app\get-install-location.js:18 const installDir = (items.find(findInstallDir)).value ^ TypeError: Cannot read property 'value' of...

I was able to generate a tool that uses javascript and contains 1 input connection. However, Alteryx becomes unresponsive when a [simple file](https://raw.githubusercontent.com/lukes/ISO-3166-Countries-with-Regional-Codes/master/all/all.csv) is connected to the generated tool through...