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!
Solved! Go to Solution.
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:
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.