Can you add .tsv files as a file format in input/output tools in Alteryx? Can it also be recognized as an 'All Data Files' format?Thanks!
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...
Input tool to 'All Files (*.*) then set delimiter to '\t' does the trick
Minor correction to the previous comment: Input tool to 'Comma-Delimited Text Files (*.csv) then set delimiter to '\t'
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.