Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
If .tsv means tab-delimited, it is already supported by changing the delimiter to in the input/output tools. You could also specify any other character (e.g. pipes - |; tildes - ~; carets - ^). The \0 delimiter is also really useful...
Thanks for the feedback. What would be nice if these tab delimted files were natively recognized as a data file. To find these file types now, I have have to change the file type in input tool to 'All Files (*.*)' and then I can select the tsv file. That's cumbersome...
There should be a dropdown for common delimiters in the input output tools when selecting ".CSV" -itsself a bad name for what is general character delimited outputs.
Using a slash the wrong way with tab delimited gives no good error message also saying it expects a single character when this is not the case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.