Forum Discussion
Balaji_Pandiyan
6 months agoRegular Visitor
How to export table multiple columns into one column with ; seperator (csv format)
How to export table multiple columns into one column with ; seperator (csv format) We have 6 columns in table, while export it should merge all columns merge with ; seperator
- 6 months ago
Not possible out of the box,. You can create custom column that combines the columns into one and export that instead. Or you can use TOCSV to combine all rows and column headers into a single of a csv string (this will return a single row).
danextian
Super User
6 months agoNot possible out of the box,. You can create custom column that combines the columns into one and export that instead. Or you can use TOCSV to combine all rows and column headers into a single of a csv string (this will return a single row).