Tab-Delimited File?

0
Has anyone had to export a Tab Delimited file? I've tried the Export CSV button on a data grid but the ANSI code 09 and %09 don't work. I've also tried \t to know avail as they all get exported as literal delimiters. I've now written the data to an unlimited string and place the \t and \n delimiters in my string for export. I wrote a Java Action to build the file but FIleWriter throws the security error and I'm not comfortable opening up the security to the directory in the path so I'm working on using AccessController.doPrivileged for the method but now I'm throwing more errors to debug.  Is there a simpler way to pull off Tab Delimited?
asked
1 answers
3

The Excel Exporter appstore module allows you to export to CSV with tabs as delimiters

https://appstore.home.mendix.com/link/app/726/

 

answered