I am trying to use a custom fileformatter so I can download my data as a tab delimited text file. Here is what I have: var fileFormatter = function (columns, data, options, setFileContents) { ...