Has anyone managed to do this before?
I have a large workflow that needs to export to the file types above. Would be great if there was a guide with some pictures.
Thanks all!
You can read in file types like .DEL by bringing the data in as a delimited text file and parsing as needed. More information below:
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/To-import-a-del-file-with-the-separator/m-p/674829/highlight/true#M158795
I believe that to go the other direction and output you could select CSV as the output option, select the desired delimiter, and change the file extension to .DEL
Thanks @BrandonB !
There seems to be some issue after doing that though, I'll experiment further.