I have a simple table which has rows as text:
The customer now wants to be able this table into a .txt file with NO HEADER and the rows should not be quoted.
How can I best achieve this?
exportData does't seem to be suitable for this scenario...
utils.exportData(table.data, fileName, 'txt');
hi here is topic for your reference